aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-07-07 09:56:01 +1000
committerYuchen Pei <id@ypei.org>2023-07-07 09:56:01 +1000
commitd1786b852a786164769423321caed0fc99be9421 (patch)
treee9c479b1aa73eec4e64255b2b818d5302a52e0ff /emacs/.emacs.d/init
parent56119e39b25f77a91cd5bbcb8660ffee34178824 (diff)
wiki mode should call activate link in syntax
Diffstat (limited to 'emacs/.emacs.d/init')
-rw-r--r--emacs/.emacs.d/init/ycp-buffer.el2
1 files changed, 1 insertions, 1 deletions
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-<mouse-3>") #'tear-off-window))