Move auto-window-vscroll settings to packages file

This commit is contained in:
MitchMarq42 2023-01-04 13:23:42 -09:00
parent a2d1d748e9
commit 76a48ffe69
2 changed files with 1 additions and 1 deletions

View File

@ -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 λ

View File

@ -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")