From 850c4a94a01471b18bdeee0e9d074ab162cab390 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 1 Jan 2024 13:01:20 +0200 Subject: Fix typos & indentation --- gnosis.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnosis.el') diff --git a/gnosis.el b/gnosis.el index bf74424..abe9dfb 100644 --- a/gnosis.el +++ b/gnosis.el @@ -273,7 +273,7 @@ Set SPLIT to t to split all input given." (defun gnosis-suspend-note (id) "Suspend note with ID." - (gnosis-update 'review-log `(= suspend 1) `(= id ,id))) + (gnosis-update 'review-log '(= suspend 1) `(= id ,id))) (defun gnosis-suspend-deck (&optional deck) "Suspend all note(s) with DECK id. @@ -399,7 +399,7 @@ SUSPEND: When t, note will be ignored for reviews." :question (read-string "Question: ") :answer (read-string "Answer: ") :image (when (y-or-n-p "Add image to display during review?") - (completing-read "Select image: " (gnosis-directory-files))) + (completing-read "Select image: " (gnosis-directory-files))) :hint (read-string "Hint: ") :extra (read-string "Extra: ") :tags (gnosis-tag-prompt))))) -- cgit v1.2.3