diff options
author | Yuchen Pei <id@ypei.org> | 2025-08-23 14:58:05 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2025-08-23 14:58:05 +1000 |
commit | 51eb04f5eac98da8a68e819a4ec59b7d995d5a6e (patch) | |
tree | aad312648f3492a7be13adfdbd92d644b97fd3a7 /emacs/.emacs.d/init/ycp-buffer.el | |
parent | 9d9af4d9f6f7c5283addb35c1f3ae169698a40ed (diff) |
Diffstat (limited to 'emacs/.emacs.d/init/ycp-buffer.el')
-rw-r--r-- | emacs/.emacs.d/init/ycp-buffer.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init/ycp-buffer.el b/emacs/.emacs.d/init/ycp-buffer.el index 944a45e..b91e6aa 100644 --- a/emacs/.emacs.d/init/ycp-buffer.el +++ b/emacs/.emacs.d/init/ycp-buffer.el @@ -50,7 +50,7 @@ (my-configure (:delay 15) (my-keybind ctl-x-x-map - "f" #'follow-mode ; override `font-lock-update' + ;; "f" #'follow-mode ; override `font-lock-update' "r" #'rename-uniquely "l" #'visual-line-mode) @@ -98,6 +98,9 @@ (my-package follow (:delay 15) + (require 'my-buffer) + ;; Disable follow mode + (my-override follow-mode) ;; TODO: update this to adapt to number of windows (my-keybind follow-mode-map "C-v" #'follow-scroll-up |