ideasman42/emacs-undo-fu-session@edf050d613 -> ideasman42/emacs-undo-fu-session@3e810c7c9a
Upstream, ideasman42/emacs-undo-fu-session@edf050d613 was squashed into master. This bump pins to an attached commit.
Ref: 3e810c7c9a
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 "e326c6135e62f5fe8536528d3acd5e798f847407")
|
|
(package! undo-fu :pin "ab8bc10e424bccc847800c31ab41888db789d55d")
|
|
(package! undo-fu-session :pin "3e810c7c9ab75d2b6f92c7c876290abbc164e750"))
|