move visual-line-mode to packages file
This commit is contained in:
parent
30c6af1f31
commit
4894353832
1
init.el
1
init.el
@ -70,7 +70,6 @@
|
|||||||
;; (defvar display-line-numbers-width-start t)
|
;; (defvar display-line-numbers-width-start t)
|
||||||
|
|
||||||
;; scroll step stuff
|
;; scroll step stuff
|
||||||
(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)
|
;; UTF-8 supremacy (Snippet originally from https://github.com/doomemacs/doomemacs/blob/master/early-init.el, but it's not in there anymore)
|
||||||
(set-language-environment "UTF-8")
|
(set-language-environment "UTF-8")
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
(scroll-up-aggressively 0.01)
|
(scroll-up-aggressively 0.01)
|
||||||
(scroll-down-aggressively 0.01)
|
(scroll-down-aggressively 0.01)
|
||||||
:init
|
:init
|
||||||
|
(global-visual-line-mode t)
|
||||||
)
|
)
|
||||||
|
|
||||||
;; diminish
|
;; diminish
|
||||||
|
Loading…
Reference in New Issue
Block a user