minor scrolling tweaks (faster pls?)
This commit is contained in:
parent
1a8086d948
commit
3d93d13389
@ -9,10 +9,10 @@
|
|||||||
(use-package emacs
|
(use-package emacs
|
||||||
:elpaca nil
|
:elpaca nil
|
||||||
:custom
|
:custom
|
||||||
(scroll-margin 2)
|
;; (scroll-margin 2)
|
||||||
(scroll-conservatively 100)
|
(scroll-conservatively 100)
|
||||||
(scroll-up-aggressively 0.01)
|
;; (scroll-up-aggressively 0.01)
|
||||||
(scroll-down-aggressively 0.01)
|
;; (scroll-down-aggressively 0.01)
|
||||||
(auto-window-vscroll nil)
|
(auto-window-vscroll nil)
|
||||||
:init
|
:init
|
||||||
(global-visual-line-mode t)
|
(global-visual-line-mode t)
|
||||||
|
Loading…
Reference in New Issue
Block a user