summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-08-19 00:09:49 +0300
committerThanos Apollo <[email protected]>2024-08-19 00:20:03 +0300
commit89c440d0b65c182cfae10c3559e4079782ff0917 (patch)
treedd06969f913dbb7afc2a54dd90acad66d8b468a4
parentfe019d58f26e99e59a5601d2e276ad06676b1b66 (diff)
Packaging: Use emacsql 4.0.0
* Use new emacsql version 4.0.0.
-rw-r--r--gnosis.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index e29f32d..2334ce7 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -7,7 +7,7 @@
;; URL: https://thanosapollo.org/projects/gnosis
;; Version: 0.4.0
-;; Package-Requires: ((emacs "27.2") (emacsql "20240124") (compat "29.1.4.2") (transient "0.7.2"))
+;; Package-Requires: ((emacs "27.2") (emacsql "4.0.0") (compat "29.1.4.2") (transient "0.7.2"))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -1713,6 +1713,7 @@ DATE: Date to log the note review on the activity-log."
(let ((default-directory dir))
(vc-push)))
+;; FIXME: Fix sync issue delay.
;;;###autoload
(cl-defun gnosis-vc-pull (&optional (dir gnosis-dir))
"Run `vc-pull' in DIR."