summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-04-17 16:22:50 +0300
committerThanos Apollo <[email protected]>2024-04-17 16:22:50 +0300
commitad7b3563cb0b63afdb3ee14ada8e282c3a65b72e (patch)
treeffd136ae9b246ab1e2fb3b2584f355d99fe794ee
parente116969336c02021ac7db8f508eadd27e17bc106 (diff)
[Fix] gnosis-dashboard: Unset RET for notes
-rw-r--r--gnosis.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index eb2cf1f..9821897 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -1677,7 +1677,8 @@ QUERY: String value,"
(gnosis-dashboard-output-notes gnosis-dashboard-note-ids)
(revert-buffer t t t)))
(local-set-key (kbd "a") #'gnosis-add-note)
- (local-set-key (kbd "r") #'gnosis-dashboard))
+ (local-set-key (kbd "r") #'gnosis-dashboard)
+ (local-unset-key (kbd "RET")))
(defun gnosis-dashboard-deck-note-count (id)
"Return total note count for deck with ID."