From 89c440d0b65c182cfae10c3559e4079782ff0917 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 19 Aug 2024 00:09:49 +0300 Subject: Packaging: Use emacsql 4.0.0 * Use new emacsql version 4.0.0. --- gnosis.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnosis.el') 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." -- cgit v1.2.3