mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix inverted condition on +tree for undo module
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; emacs/undo/packages.el
|
;;; emacs/undo/packages.el
|
||||||
|
|
||||||
(if (not (featurep! +tree))
|
(if (featurep! +tree)
|
||||||
(package! undo-tree :pin "5b6df03781")
|
(package! undo-tree :pin "5b6df03781")
|
||||||
(package! undo-fu :pin "0c34b6747e")
|
(package! undo-fu :pin "0c34b6747e")
|
||||||
(package! undo-fu-session :pin "b808ef0cdc"))
|
(package! undo-fu-session :pin "b808ef0cdc"))
|
||||||
|
Reference in New Issue
Block a user