From 7e6e98e5683f2b0d8d335f53100b6b3623823df3 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sat, 2 Sep 2023 13:45:55 +1000 Subject: A few more org utilities, and small fixes in editing / goto places added my-org-swap-referral-with-headline added my-org-clean-up-entry fixed avy binding org capture todo: contain initial content (if any) in an example block --- emacs/.emacs.d/init/ycp-complete.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'emacs/.emacs.d/init/ycp-complete.el') diff --git a/emacs/.emacs.d/init/ycp-complete.el b/emacs/.emacs.d/init/ycp-complete.el index 1c9e7ef..c527329 100644 --- a/emacs/.emacs.d/init/ycp-complete.el +++ b/emacs/.emacs.d/init/ycp-complete.el @@ -194,7 +194,7 @@ (my-package imenu (:delay 5) - (my-keybind global-map "M-s i" #'imenu) + (my-keybind global-map "M-g i" #'imenu) ) ;;; consult @@ -219,7 +219,6 @@ "C-x b" #'consult-buffer "C-z" #'consult-buffer "C-x l" #'consult-locate - "M-g M-g" #'consult-goto-line "M-K" #'consult-keep-lines ; M-S-k is similar to M-S-5 (M-%) "M-F" #'consult-focus-lines ; same principle "M-s M-b" #'consult-buffer -- cgit v1.2.3