From c294da3f8047fc8e63d0f5f9880fd9c79e3dc7ff Mon Sep 17 00:00:00 2001 From: noa Date: Fri, 10 Jan 2025 17:25:37 +0800 Subject: Use menu key (caps lock) to interface with notes --- emacs/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index 898e767..6ed74a8 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -833,7 +833,8 @@ necessary variables are set." (push (current-buffer) org-node--not-yet-saved) (run-hooks 'org-node-creation-hook))) - :bind (("M-s M-f" . org-node-find) + :bind (("" . org-node-find) + ("M-s M-f" . org-node-find) ("M-s M-i" . org-node-insert-link) ("M-s M-g" . org-node-grep)) ) -- cgit 1.4.1-2-gfad0