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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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