From 44fd820e9b00b2a4d25cde6cb7298920e988bd94 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 26 Dec 2023 18:59:56 +0400 Subject: [PATCH] add extra elader key --- config/emacs/emacs.org | 1 + 1 file changed, 1 insertion(+) diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index 54c7432a..5478926c 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -473,6 +473,7 @@ Should make startup faster, taken from doom-emacs ;; notes "n" '(:ignore o :which-key "notes") "na" '(org-agenda :which-key "agenda") + "nf" '(org-roam-node-find :which-key "find node") ;; quit "q" '(:ignore q :which-key "quit") "qq" '(delete-frame :which-key "close emacs")