mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
refactor: use negated flags
Ref: 7a806521a92c
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
(not (executable-find "ifort")))
|
||||
(warn! "Couldn't find Intel ifort - compilation will not work."))
|
||||
|
||||
(when (and (not (modulep! +intel))
|
||||
(when (and (modulep! -intel)
|
||||
(not (executable-find "gfortran")))
|
||||
(warn! "Couldn't find gfortran - compilation will not work."))
|
||||
|
||||
|
Reference in New Issue
Block a user