diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index e606395..71537fc 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -444,7 +444,11 @@ ;; Undo-Tree (use-package undo-tree - :delight) + :delight + :config + (global-undo-tree-mode) + (add-hook 'global-undo-tree-mode-hook + (lambda () (linum-mode -1)))) ;; Easy terminal (setq my/default-shell (or (executable-find "zsh") (executable-find "bash")))