From d1786b852a786164769423321caed0fc99be9421 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 7 Jul 2023 09:56:01 +1000 Subject: wiki mode should call activate link in syntax --- emacs/.emacs.d/init/ycp-buffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d/init') diff --git a/emacs/.emacs.d/init/ycp-buffer.el b/emacs/.emacs.d/init/ycp-buffer.el index 3c9f339..bb8b1dd 100644 --- a/emacs/.emacs.d/init/ycp-buffer.el +++ b/emacs/.emacs.d/init/ycp-buffer.el @@ -71,7 +71,7 @@ ;; Scrolling behaviour (setq-default scroll-conservatively 1 ; affects `scroll-step' scroll-margin 0 - next-screen-context-lines 0) + next-screen-context-lines 2) (mouse-wheel-mode 1) (define-key global-map (kbd "C-M-") #'tear-off-window)) -- cgit v1.2.3