move UTF-8 declaration to packages file
This commit is contained in:
parent
4894353832
commit
6cdcec21c5
1
init.el
1
init.el
@ -72,7 +72,6 @@
|
||||
;; scroll step stuff
|
||||
|
||||
;; 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")
|
||||
|
||||
;; Toggle Japanese with `qq'
|
||||
;; Sample text: 進撃 の 巨人
|
||||
|
@ -14,6 +14,7 @@
|
||||
(scroll-down-aggressively 0.01)
|
||||
:init
|
||||
(global-visual-line-mode t)
|
||||
(set-language-environment "UTF-8")
|
||||
)
|
||||
|
||||
;; diminish
|
||||
|
Loading…
Reference in New Issue
Block a user