mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user