Moves undo-fu/undo-tree out of core and allows uses to choose one or the other. Relevant to #2339
7 lines
217 B
EmacsLisp
7 lines
217 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; emacs/undo/packages.el
|
|
|
|
(if (not (featurep! +tree))
|
|
(package! undo-tree :pin "5b6df03781")
|
|
(package! undo-fu :pin "0c34b6747e")
|
|
(package! undo-fu-session :pin "b808ef0cdc"))
|