From 6ec968e2cadca7e4df4aba8960e758aa6c7d00b0 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 7 Sep 2023 23:15:32 +1000 Subject: [emacs] Some small enhancement Remove empty blocks automatically. When org-insert-structure-template, with a prefix, auto yank into block and exit --- emacs/.emacs.d/init/ycp-complete.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/.emacs.d/init') diff --git a/emacs/.emacs.d/init/ycp-complete.el b/emacs/.emacs.d/init/ycp-complete.el index c527329..f76ebbb 100644 --- a/emacs/.emacs.d/init/ycp-complete.el +++ b/emacs/.emacs.d/init/ycp-complete.el @@ -221,6 +221,7 @@ "C-x l" #'consult-locate "M-K" #'consult-keep-lines ; M-S-k is similar to M-S-5 (M-%) "M-F" #'consult-focus-lines ; same principle + "M-g g" #'consult-goto-line "M-s M-b" #'consult-buffer "M-s M-f" #'consult-find "M-s M-G" #'my-consult-grep -- cgit v1.2.3