[emacs] Diminish undo-tree-mode

This commit is contained in:
Correl Roush 2015-07-15 23:47:32 -04:00
parent fa91ed719d
commit 35ad37432c

View file

@ -131,6 +131,7 @@ Helm projectile integration
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package undo-tree (use-package undo-tree
:ensure t :ensure t
:diminish undo-tree-mode
:config (global-undo-tree-mode 1)) :config (global-undo-tree-mode 1))
#+END_SRC #+END_SRC
* Coding * Coding