From 0383ed224a7708315f3da83d5e809c597b0e888a Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sat, 14 Oct 2023 12:18:38 +1100 Subject: [emacs] Fix notes and shell cycle and creation. One function to switch or cycle default notes indirect buffers. One to switch or cycle shell mode buffers. --- emacs/.emacs.d/init/ycp-complete.el | 2 ++ 1 file changed, 2 insertions(+) (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 f76ebbb..285c6c9 100644 --- a/emacs/.emacs.d/init/ycp-complete.el +++ b/emacs/.emacs.d/init/ycp-complete.el @@ -241,6 +241,8 @@ (:install t) (:delay 10) (setq marginalia-max-relative-age 0) + (my-keybind minibuffer-local-map + "M-A" #'marginalia-cycle) (marginalia-mode 1)) (setq tempel-path -- cgit v1.2.3