2020-04-13 18:44:16 -04:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; emacs/undo/packages.el
|
|
|
|
|
2020-04-14 00:27:11 -04:00
|
|
|
(if (featurep! +tree)
|
2021-02-16 14:15:41 -05:00
|
|
|
(package! undo-tree :pin "e326c6135e62f5fe8536528d3acd5e798f847407")
|
2021-12-14 01:06:54 +01:00
|
|
|
(package! undo-fu :pin "ab8bc10e424bccc847800c31ab41888db789d55d")
|
2022-02-02 01:54:58 +01:00
|
|
|
(package! undo-fu-session :pin "edf050d6133478d04fc06cc65914517b18d6bcc6"))
|