Remove duplicate hscroll-margin setting

This commit is contained in:
Henrik Lissner 2018-06-30 02:46:09 +02:00
parent 91c4448ed2
commit 0603f7bb5d
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -29,11 +29,10 @@ successfully sets indent_style/indent_size.")
sentence-end-double-space nil
word-wrap t
;; Scrolling
hscroll-margin 1
hscroll-margin 2
hscroll-step 1
scroll-conservatively 1001
scroll-margin 0
hscroll-margin 2
scroll-preserve-screen-position t
;; Whitespace (see `editorconfig')
indent-tabs-mode nil