aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-buffer.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init/ycp-buffer.el')
-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))