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-buffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d/init/ycp-buffer.el') diff --git a/emacs/.emacs.d/init/ycp-buffer.el b/emacs/.emacs.d/init/ycp-buffer.el index 6096869..3629efe 100644 --- a/emacs/.emacs.d/init/ycp-buffer.el +++ b/emacs/.emacs.d/init/ycp-buffer.el @@ -37,7 +37,7 @@ "M-s v" #'my-buffers-vc-root ;; F7: Cycle or create buffers with the same base buffer as the ;; current buffer - "" #'my-create-or-switch-indirect-buffers + "" #'my-create-or-switch-indirect-buffers ;; F8: Cycle or create buffers with the same major mode as the ;; current buffer "" #'my-buffer-create-or-cycle-same-mode -- cgit v1.2.3