Assimilate undo-tree release/0.6.6-4-g597575e3 from emacsg

This commit is contained in:
Jonas Bernoulli 2016-12-14 15:08:00 +01:00
parent 5184a05f7c
commit cc2ab2531a
3 changed files with 10 additions and 0 deletions

4
.gitmodules vendored
View File

@ -40,6 +40,10 @@
[submodule "packed"]
path = lib/packed
url = git@github.com:tarsius/packed.git
[submodule "undo-tree"]
path = lib/undo-tree
url = http://www.dr-qubit.org/git/undo-tree.git
remote = emacsg git@github.com:emacscollective/undo-tree.git
[submodule "use-package"]
path = lib/use-package
url = git@github.com:jwiegley/use-package.git

View File

@ -154,6 +154,11 @@
(add-to-list 'tramp-default-proxies-alist
(list (regexp-quote (system-name)) nil nil)))
(use-package undo-tree
:config
(global-undo-tree-mode)
(setq undo-tree-mode-lighter ""))
(progn ; startup
(message "Loading %s...done (%.3fs)" user-init-file
(float-time (time-subtract (current-time)

1
lib/undo-tree Submodule

@ -0,0 +1 @@
Subproject commit 597575e35bc26fbe66dad6d27508aa936d61bdde