summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-03-03 02:09:13 +0200
committerThanos Apollo <[email protected]>2024-03-03 02:09:13 +0200
commite034ef8b35812eedcc7154dcb383ff88dbf8b987 (patch)
treece17a243552c82aab93c9975856479ad55beb8e5
parent40929155bff9276a8edf3dbe3fd0bb473f7a7b65 (diff)
gnosis-dashboard-mode-map: Remove "e"
We will be setting keybindings for editing/suspending locally depending on how the dashboard has been created, for notes or decks etc
-rw-r--r--gnosis.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index eecde0a..b0ec2dc 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -1465,7 +1465,6 @@ name and all notes formatted as nested lists"
(defvar-keymap gnosis-dashboard-mode-map
:doc "gnosis-dashboard keymap"
- "e" #'gnosis-dashboard-edit-note
"q" #'quit-window)
(define-derived-mode gnosis-dashboard-mode tabulated-list-mode "Gnosis Dashboard"