mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
emacs-straight/vundo@5374125dc0 -> emacs-straight/vundo@d5869788a0 purcell/diredfl@f6d599c308 -> purcell/diredfl@fe72d2e42e purcell/ibuffer-projectile@710ecac157 -> purcell/ibuffer-projectile@d012ccf7f1 purcell/ibuffer-vc@66d0226733 -> purcell/ibuffer-vc@da9872e5f2
14 lines
552 B
EmacsLisp
14 lines
552 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; emacs/undo/packages.el
|
|
|
|
(if (modulep! +tree)
|
|
(package! undo-tree :pin "d8f72bbe7d3c3a2808986febd3bb1a46d4da7f51")
|
|
(package! undo-fu
|
|
:recipe (:host github :repo "emacsmirror/undo-fu")
|
|
:pin "dbb3e4b699dd488497ef9b32a04b8e928a6bc8ef")
|
|
(package! undo-fu-session
|
|
:recipe (:host github :repo "emacsmirror/undo-fu-session")
|
|
:pin "beb0e285d074145eaf481a959c903b77c19ae91e")
|
|
(when (> emacs-major-version 27) ; unsupported in 27
|
|
(package! vundo :pin "d5869788a06f08d652d4786574ab546b71d57964")))
|