summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-12-12 03:47:47 +0200
committerThanos Apollo <[email protected]>2024-12-12 03:47:47 +0200
commit263075f83498b387161fef3e82b8b6f3619ff77a (patch)
treed97d41181424aeb92d7a1b636acc1d1f5773637d
parent852c3e25eda24471100ea210f7b0ecbb0225136f (diff)
packaging: Update emacsql to 4.1.0
-rw-r--r--gnosis.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnosis.el b/gnosis.el
index 58e1487..028e5f1 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -7,7 +7,7 @@
;; URL: https://thanosapollo.org/projects/gnosis
;; Version: 0.4.10
-;; Package-Requires: ((emacs "27.2") (emacsql "4.0.1") (compat "29.1.4.2") (transient "0.7.2"))
+;; Package-Requires: ((emacs "27.2") (emacsql "4.1.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
@@ -1089,8 +1089,9 @@ the full note, with the cloze(s) extracted & used as the \"answer\".
See `gnosis-add-note--cloze' for more reference."
(gnosis-add-note--cloze :deck deck
- :note (gnosis-read-string-from-buffer (or (car gnosis-cloze-guidance) "")
- (or (cdr gnosis-cloze-guidance) ""))
+ :note (gnosis-read-string-from-buffer
+ (or (car gnosis-cloze-guidance) "")
+ (or (cdr gnosis-cloze-guidance) ""))
:extra (gnosis-read-string-from-buffer "Extra" "")
:images (gnosis-select-images)
:tags (gnosis-prompt-tags--split gnosis-previous-note-tags)))