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:
parent
a6c6686628
commit
032203ef99
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue