Remove duplicate hscroll-margin setting
This commit is contained in:
parent
91c4448ed2
commit
0603f7bb5d
1 changed files with 1 additions and 2 deletions
|
@ -29,11 +29,10 @@ successfully sets indent_style/indent_size.")
|
||||||
sentence-end-double-space nil
|
sentence-end-double-space nil
|
||||||
word-wrap t
|
word-wrap t
|
||||||
;; Scrolling
|
;; Scrolling
|
||||||
hscroll-margin 1
|
hscroll-margin 2
|
||||||
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