mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-26 11:24:25 -04:00
undo-tree: Leave undo-tree-mode-lighter unchanged
This commit is contained in:
parent
a6053afd0a
commit
dc736f2e19
4
init.el
4
init.el
@ -151,9 +151,7 @@
|
|||||||
(list (regexp-quote (system-name)) nil nil)))
|
(list (regexp-quote (system-name)) nil nil)))
|
||||||
|
|
||||||
(use-package undo-tree
|
(use-package undo-tree
|
||||||
:config
|
:config (global-undo-tree-mode))
|
||||||
(global-undo-tree-mode)
|
|
||||||
(setq undo-tree-mode-lighter ""))
|
|
||||||
|
|
||||||
(progn ; startup
|
(progn ; startup
|
||||||
(message "Loading %s...done (%.3fs)" user-init-file
|
(message "Loading %s...done (%.3fs)" user-init-file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user