mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-20 16:11:07 -05:00
refactor: use negated flags
Ref: 7a806521a92c
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
;;
|
||||
;;; Implementations
|
||||
|
||||
(eval-if! (not (modulep! +flyspell))
|
||||
(eval-if! (modulep! -flyspell)
|
||||
|
||||
(use-package! spell-fu
|
||||
:when (executable-find "aspell")
|
||||
|
Reference in New Issue
Block a user