Remove undo-tree

Also remove the `queue' dependency.

Nowadays `vundo' is a better choice, but I don't want to force that on
anyone, so assimilate neither `vundo' not `undo-tree' in this branch.
This commit is contained in:
Jonas Bernoulli
2025-11-19 16:51:13 +01:00
parent 295124efb1
commit c3dc5aef8a
4 changed files with 0 additions and 13 deletions

6
.gitmodules vendored
View File

@@ -43,18 +43,12 @@
[submodule "no-littering"]
path = lib/no-littering
url = https://github.com/emacscollective/no-littering.git
[submodule "queue"]
path = lib/queue
url = https://git.savannah.gnu.org/git/emacs/elpa.git
[submodule "transient"]
path = lib/transient
url = https://github.com/magit/transient.git
[submodule "treepy"]
path = lib/treepy
url = https://github.com/volrath/treepy.el.git
[submodule "undo-tree"]
path = lib/undo-tree
url = https://github.com/tarsiiformes/undo-tree.git
[submodule "with-editor"]
path = lib/with-editor
url = https://github.com/magit/with-editor.git

View File

@@ -155,11 +155,6 @@
:defer t
:config (cl-pushnew 'tramp-own-remote-path tramp-remote-path))
(use-package undo-tree
:config
(global-undo-tree-mode)
(setq undo-tree-mode-lighter ""))
;;; Tequila worms
(borg--load-config (concat (user-real-login-name) ".el"))

Submodule lib/queue deleted from f986fb68e7

Submodule lib/undo-tree deleted from 4dc94f7986