Add undo-tree
This commit is contained in:
parent
c1242a4d0b
commit
be8dc8ca3e
9
init.el
9
init.el
@ -320,6 +320,15 @@
|
|||||||
:bind
|
:bind
|
||||||
("M-x" . smex))
|
("M-x" . smex))
|
||||||
|
|
||||||
|
;;====================
|
||||||
|
;; Undo Tree
|
||||||
|
;;====================
|
||||||
|
|
||||||
|
;; Load Undo Tree
|
||||||
|
(use-package undo-tree
|
||||||
|
:ensure t
|
||||||
|
:init (global-undo-tree-mode))
|
||||||
|
|
||||||
;;====================
|
;;====================
|
||||||
;; Treemacs (File Browser)
|
;; Treemacs (File Browser)
|
||||||
;;====================
|
;;====================
|
||||||
|
Loading…
Reference in New Issue
Block a user