(Emacs/config|core)~<SPC-fp>: go to config.org -> search org heading

This commit is contained in:
2024-04-23 01:40:27 +05:30
parent 5aec6298cf
commit a35eeb19b9
2 changed files with 6 additions and 11 deletions

View File

@@ -147,10 +147,7 @@ Some bindings that I couldn't fit elsewhere easily.
(file-leader
"f" #'find-file
"F" #'find-file-other-frame
"s" #'save-buffer
"p" `(,(proc (interactive)
(find-file (concat user-emacs-directory "config.org")))
:which-key "Open config.org"))
"s" #'save-buffer)
(quit-leader
"q" #'save-buffers-kill-terminal