From e7c5cd8d159e8936d9b53c53fc2eedf033c57c2c Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 27 Apr 2024 15:09:57 +0530 Subject: (Emacs/config|core)Switched fP and fp --- Emacs/.config/emacs/config.org | 4 ++-- Emacs/.config/emacs/core.org | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index f962021..b8665a8 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -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) diff --git a/Emacs/.config/emacs/core.org b/Emacs/.config/emacs/core.org index 4756e46..417d978 100644 --- a/Emacs/.config/emacs/core.org +++ b/Emacs/.config/emacs/core.org @@ -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)))) -- cgit v1.2.3-13-gbd6f