emacs - undo-tree:customize

This commit is contained in:
madmaurice 2017-10-14 12:56:33 +02:00
parent 8f4ce84497
commit 364aa2ba5d

View file

@ -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")))