add extra elader key

This commit is contained in:
Sakooooo 2023-12-26 18:59:56 +04:00
parent d010572f23
commit 44fd820e9b
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -473,6 +473,7 @@ Should make startup faster, taken from doom-emacs
;; notes ;; notes
"n" '(:ignore o :which-key "notes") "n" '(:ignore o :which-key "notes")
"na" '(org-agenda :which-key "agenda") "na" '(org-agenda :which-key "agenda")
"nf" '(org-roam-node-find :which-key "find node")
;; quit ;; quit
"q" '(:ignore q :which-key "quit") "q" '(:ignore q :which-key "quit")
"qq" '(delete-frame :which-key "close emacs") "qq" '(delete-frame :which-key "close emacs")