diff options
author | Amin Bandali <bandali@gnu.org> | 2018-12-21 21:51:48 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-12-21 21:51:48 -0500 |
commit | 4e1c78f432e981cbaa9ca667cc1f0f70e19675da (patch) | |
tree | 6ed85458ea14766c6718181b847c750abf65e11d | |
parent | ed559ffad7f7ce1c26ca65714cfc27152db67587 (diff) | |
download | configs-4e1c78f432e981cbaa9ca667cc1f0f70e19675da.tar.gz configs-4e1c78f432e981cbaa9ca667cc1f0f70e19675da.tar.xz configs-4e1c78f432e981cbaa9ca667cc1f0f70e19675da.zip |
[emacs] remove undo-tree
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | init.el | 10 | ||||
m--------- | lib/undo-tree | 0 |
3 files changed, 0 insertions, 13 deletions
diff --git a/.gitmodules b/.gitmodules index 0ec969b..8bf2436 100644 --- a/.gitmodules +++ b/.gitmodules @@ -260,9 +260,6 @@ [submodule "typo"] path = lib/typo url = git@github.com:jorgenschaefer/typoel.git -[submodule "undo-tree"] - path = lib/undo-tree - url = git@github.com:emacsorphanage/undo-tree.git [submodule "unkillable-scratch"] path = lib/unkillable-scratch url = git@github.com:EricCrosson/unkillable-scratch.git @@ -653,16 +653,6 @@ compilation." (add-to-list 'tramp-default-proxies-alist (list (regexp-quote (system-name)) nil nil))) -(use-package undo-tree - :config - (global-undo-tree-mode -1)) - ;; :bind (("C-?" . undo-tree-undo) - ;; ("M-_" . undo-tree-redo)) - ;; :config - ;; (global-undo-tree-mode) - ;; (setq undo-tree-mode-lighter "" - ;; undo-tree-auto-save-history t)) - ;; * Editing diff --git a/lib/undo-tree b/lib/undo-tree deleted file mode 160000 -Subproject cc7354c04618db7272697d7f8eee9146cda9847 |