diff options
author | Thanos Apollo <[email protected]> | 2024-03-03 02:09:13 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-03-03 02:09:13 +0200 |
commit | e034ef8b35812eedcc7154dcb383ff88dbf8b987 (patch) | |
tree | ce17a243552c82aab93c9975856479ad55beb8e5 /gnosis.el | |
parent | 40929155bff9276a8edf3dbe3fd0bb473f7a7b65 (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
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |