(Emacs/config|core)Switched <leader>fP and <leader>fp

This commit is contained in:
2024-04-27 15:09:57 +05:30
parent 870ce03d02
commit e7c5cd8d15
2 changed files with 3 additions and 3 deletions

View File

@@ -1339,8 +1339,8 @@ them. This allows me to search my configuration pretty quickly.
(- (length user-emacs-directory) 1))
"--max-depth=1"))
:general
(search-leader
"C" #'+org/search-config-headings)
(file-leader
"p" #'+org/search-config-headings)
(search-leader
:keymaps 'org-mode-map
"I" #'+org/search-headings)

View File

@@ -363,7 +363,7 @@ Setup for counsel. Load after ivy and helpful.
"r" #'counsel-rg)
(file-leader
"r" #'counsel-recentf
"p" (proc (interactive)
"P" (proc (interactive)
(with-current-buffer (find-file-noselect
(concat user-emacs-directory "config.org"))
(counsel-git))))