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