emacs - undo-tree:customize
This commit is contained in:
parent
8f4ce84497
commit
364aa2ba5d
1 changed files with 5 additions and 1 deletions
|
@ -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")))
|
||||
|
|
Loading…
Reference in a new issue