Move auto-window-vscroll settings to packages file
This commit is contained in:
parent
a2d1d748e9
commit
76a48ffe69
1
init.el
1
init.el
@ -83,7 +83,6 @@
|
||||
(setq debug-on-error nil)
|
||||
|
||||
;; Speed up scrolling down (why is this even a thing?)
|
||||
(setq auto-window-vscroll nil)
|
||||
|
||||
;; Display "labmda" as λ
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
(scroll-conservatively 100)
|
||||
(scroll-up-aggressively 0.01)
|
||||
(scroll-down-aggressively 0.01)
|
||||
(auto-window-vscroll nil)
|
||||
:init
|
||||
(global-visual-line-mode t)
|
||||
(set-language-environment "UTF-8")
|
||||
|
Loading…
Reference in New Issue
Block a user