Add :emacs undo module
Moves undo-fu/undo-tree out of core and allows uses to choose one or the other. Relevant to #2339
This commit is contained in:
parent
187ba0f66f
commit
3e340ab415
7 changed files with 152 additions and 37 deletions
|
@ -27,8 +27,6 @@
|
|||
;; on a potato.
|
||||
:recipe (:host github :repo "hlissner/emacs-so-long")
|
||||
:pin "ed666b0716")
|
||||
(package! undo-fu :pin "0c34b6747e")
|
||||
(package! undo-fu-session :pin "b808ef0cdc")
|
||||
(package! ws-butler
|
||||
;; Use my fork of ws-butler, which has a few choice improvements and
|
||||
;; optimizations (the original has been abandoned).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue