Move prettify-symbols-mode to packages file
This commit is contained in:
parent
6cdcec21c5
commit
a2d1d748e9
1
init.el
1
init.el
@ -86,7 +86,6 @@
|
||||
(setq auto-window-vscroll nil)
|
||||
|
||||
;; Display "labmda" as λ
|
||||
(global-prettify-symbols-mode 1)
|
||||
|
||||
|
||||
;; lower gc threshold again
|
||||
|
@ -15,6 +15,7 @@
|
||||
:init
|
||||
(global-visual-line-mode t)
|
||||
(set-language-environment "UTF-8")
|
||||
(global-prettify-symbols-mode 1)
|
||||
)
|
||||
|
||||
;; diminish
|
||||
|
Loading…
Reference in New Issue
Block a user