mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor(lib): backport static-{if,when,unless}
And deprecate our eval-{if,when}! macros.
This commit is contained in:
@ -70,7 +70,7 @@
|
||||
;;
|
||||
;;; Implementations
|
||||
|
||||
(eval-if! (modulep! -flyspell)
|
||||
(static-if (modulep! -flyspell)
|
||||
|
||||
(use-package! spell-fu
|
||||
:when (executable-find "aspell")
|
||||
|
Reference in New Issue
Block a user