2020-04-13 18:44:16 -04:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; emacs/undo/packages.el
|
|
|
|
|
2022-08-12 20:29:19 +02:00
|
|
|
(if (modulep! +tree)
|
2024-06-20 18:18:52 -04:00
|
|
|
(package! undo-tree :pin "5e9f4c92348b3cfd6f140c1730294017dca4bc05")
|
|
|
|
(package! undo-fu :pin "ea902716f39c725db1b90dbb285b44404b3bd6df")
|
|
|
|
(package! undo-fu-session :pin "75d78310c86901f01b35d47f3ac1a5c8368abba4")
|
2023-03-21 22:30:54 -04:00
|
|
|
(when (> emacs-major-version 27) ; unsupported in 27
|
2024-06-20 18:18:52 -04:00
|
|
|
(package! vundo :pin "a18d63a9a15d363c11e2405934e709723e472d86")))
|