Add a tiny bit of scroll margin

This commit is contained in:
Lars Tveito 2020-03-10 20:24:20 +01:00
parent 9da6f9e6a5
commit edc0c188b4

View File

@ -263,6 +263,7 @@
initial-scratch-message nil ; Clean scratch buffer
recentf-max-saved-items 100 ; Show more recent files
ring-bell-function 'ignore ; Quiet
scroll-margin 1 ; Space between cursor and top/bottom
sentence-end-double-space nil) ; No double space
;; Some mac-bindings interfere with Emacs bindings.
(when (boundp 'mac-pass-command-to-system)