Prettify-symbols-mode

This commit is contained in:
Anthony Cicchetti 2021-01-31 12:00:45 -05:00
parent bbbd33d88a
commit 5a9ca3c0f1

View file

@ -86,12 +86,13 @@
(use-package base16-theme
:config (load-theme 'base16-hopscotch t))
(global-prettify-symbols-mode +1)
;; Undo-tree
(use-package undo-tree
:config
(global-undo-tree-mode))
;; EVIL
(use-package evil
:ensure t