hscroll-margin = 2

So that moving to the ends of a sentence don't sometimes leave the
cursor beyond the edge of the screen in GUI Emacs.
This commit is contained in:
Henrik Lissner
2018-05-15 10:48:50 +02:00
parent a6c6686628
commit 032203ef99

View File

@ -27,6 +27,7 @@ modes are active and the buffer is read-only.")
hscroll-step 1
scroll-conservatively 1001
scroll-margin 0
hscroll-margin 2
scroll-preserve-screen-position t
;; Whitespace (see `editorconfig')
indent-tabs-mode nil