Prettify-symbols-mode
This commit is contained in:
parent
bbbd33d88a
commit
5a9ca3c0f1
1 changed files with 2 additions and 1 deletions
|
@ -86,12 +86,13 @@
|
||||||
(use-package base16-theme
|
(use-package base16-theme
|
||||||
:config (load-theme 'base16-hopscotch t))
|
:config (load-theme 'base16-hopscotch t))
|
||||||
|
|
||||||
|
(global-prettify-symbols-mode +1)
|
||||||
|
|
||||||
;; Undo-tree
|
;; Undo-tree
|
||||||
(use-package undo-tree
|
(use-package undo-tree
|
||||||
:config
|
:config
|
||||||
(global-undo-tree-mode))
|
(global-undo-tree-mode))
|
||||||
|
|
||||||
|
|
||||||
;; EVIL
|
;; EVIL
|
||||||
(use-package evil
|
(use-package evil
|
||||||
:ensure t
|
:ensure t
|
||||||
|
|
Loading…
Add table
Reference in a new issue