dgutov/diff-hl@40c89a7b0d -> dgutov/diff-hl@6fa3af0843 ideasman42/emacs-undo-fu@34b27c01da -> ideasman42/emacs-undo-fu@ab8bc10e42 magit/magit@aba0a59611 -> magit/magit@1eb183e767 wyuenho/all-the-icons-dired@a758766878 -> wyuenho/all-the-icons-dired@5e9b097f99
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 "1810251485a551bc41472ec9e7e7bfab72a45a3c"))
|