refactor(lib): backport static-{if,when,unless}

And deprecate our eval-{if,when}! macros.
This commit is contained in:
Henrik Lissner
2025-04-14 22:58:59 -04:00
parent faea320162
commit a13719af45
4 changed files with 46 additions and 18 deletions

View File

@ -70,7 +70,7 @@
;;
;;; Implementations
(eval-if! (modulep! -flyspell)
(static-if (modulep! -flyspell)
(use-package! spell-fu
:when (executable-find "aspell")