mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
[emacs] Diminish undo-tree-mode
This commit is contained in:
parent
fa91ed719d
commit
35ad37432c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue