move UTF-8 declaration to packages file

This commit is contained in:
MitchMarq42 2023-01-04 13:22:44 -09:00
parent 4894353832
commit 6cdcec21c5
2 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,6 @@
;; scroll step stuff ;; 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) ;; 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' ;; Toggle Japanese with `qq'
;; Sample text: 進撃 の 巨人 ;; Sample text: 進撃 の 巨人

View File

@ -14,6 +14,7 @@
(scroll-down-aggressively 0.01) (scroll-down-aggressively 0.01)
:init :init
(global-visual-line-mode t) (global-visual-line-mode t)
(set-language-environment "UTF-8")
) )
;; diminish ;; diminish