(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

@@ -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))))