mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(undo): add emacs version check for vundo
This commit is contained in:
@ -50,6 +50,7 @@
|
|||||||
|
|
||||||
(use-package! vundo
|
(use-package! vundo
|
||||||
:unless (modulep! +tree)
|
:unless (modulep! +tree)
|
||||||
|
:when (> emacs-major-version 27)
|
||||||
:defer t
|
:defer t
|
||||||
:config
|
:config
|
||||||
(setq vundo-glyph-alist vundo-unicode-symbols
|
(setq vundo-glyph-alist vundo-unicode-symbols
|
||||||
|
Reference in New Issue
Block a user