Move scroll settings to packages file
This commit is contained in:
parent
951b1d7f06
commit
30c6af1f31
4
init.el
4
init.el
@ -70,10 +70,6 @@
|
||||
;; (defvar display-line-numbers-width-start t)
|
||||
|
||||
;; scroll step stuff
|
||||
(setq scroll-margin 2
|
||||
scroll-conservatively 100
|
||||
scroll-up-aggressively 0.01
|
||||
scroll-down-aggressively 0.01)
|
||||
(global-visual-line-mode t)
|
||||
|
||||
;; UTF-8 supremacy (Snippet originally from https://github.com/doomemacs/doomemacs/blob/master/early-init.el, but it's not in there anymore)
|
||||
|
@ -8,6 +8,10 @@
|
||||
|
||||
(use-package emacs
|
||||
:custom
|
||||
(scroll-margin 2)
|
||||
(scroll-conservatively 100)
|
||||
(scroll-up-aggressively 0.01)
|
||||
(scroll-down-aggressively 0.01)
|
||||
:init
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user