1

Add undo-tree

This commit is contained in:
Jessie Hildebrandt 2018-03-07 01:56:17 -05:00
parent c1242a4d0b
commit be8dc8ca3e

View File

@ -320,6 +320,15 @@
:bind
("M-x" . smex))
;;====================
;; Undo Tree
;;====================
;; Load Undo Tree
(use-package undo-tree
:ensure t
:init (global-undo-tree-mode))
;;====================
;; Treemacs (File Browser)
;;====================