summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index debffea..b7e2141 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -760,7 +760,7 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word."
(use-package ctrlj
:load-path "~/Documents/Projects/2024-10-08 Ctrlj"
:init (global-unset-key (kbd "C-j"))
- :bind* (("<menu>" . ctrlj/open-note)
+ :bind* (("<f2>" . ctrlj/open-note)
("C-j C-j" . ctrlj/open-note)
("C-j C-n" . ctrlj/new-note)
("C-j C-l" . ctrlj/insert-link-to-note)