ideasman42/emacs-undo-fu-session@5135b5c -> ideasman42/emacs-undo-fu-session@56cdd35 undo-fu-session includes an update to suppress harmless warnings, which may have only served to alarm users.
7 lines
301 B
EmacsLisp
7 lines
301 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; emacs/undo/packages.el
|
|
|
|
(if (featurep! +tree)
|
|
(package! undo-tree :pin "7523823ca3709e0327f3e9f38ddfec71a58084be")
|
|
(package! undo-fu :pin "c0806c1903c5a0e4c69b6615cdc3366470a9b8ca")
|
|
(package! undo-fu-session :pin "56cdd3538a058c6916bdf2d9010c2179f2505829"))
|