From 02122f979b3ae9241b55897ef133c6ea5c96b0f4 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Wed, 25 Dec 2024 23:43:36 -0800 Subject: [PATCH] More changes!!! --- init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 962398d..cb7e9c4 100644 --- a/init.el +++ b/init.el @@ -868,7 +868,9 @@ visual states." ("C-x c r" . consult-recent-file) ("C-x c b" . consult-bookmark) ("C-x c d" . consult-fd) + ("C-c p" . consult-fd) ("C-x c g" . consult-ripgrep) + ("C-c P" . consult-ripgrep) ("C-x c y" . consult-yank-from-kill-ring) ("M-g i" . consult-imenu) ("M-g I" . consult-imenu-multi) @@ -957,8 +959,7 @@ visual states." ;; cape (a bunch of capfs!) (use-package cape - :bind (("C-c p" . cape-dabbrev) - ([remap dabbrev-expand] . cape-dabbrev) + :bind (([remap dabbrev-expand] . cape-dabbrev) ("C-c P" . cape-line) ("C-c f" . cape-file)) :hook (text-mode . my/-cape-setup-text-mode)