fix(undo): add emacs version check for vundo
This commit is contained in:
parent
34f583d396
commit
8e1f5509ea
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue