fix(fortran): remove executable-find formatter check

This commit is contained in:
Ellis Kenyő
2022-11-17 17:35:59 +00:00
committed by Ellis Kenyo
parent c6291ecfc0
commit e44a7b3c5b

View File

@ -35,8 +35,7 @@
:desc "build" "b" #'+fortran/build
:desc "run" "r" #'+fortran/run)
(when (executable-find "fprettify")
(set-formatter! 'fprettify '("fprettify" "-") :modes '(f90-mode fortran-mode)))
(set-formatter! 'fprettify '("fprettify" "-") :modes '(f90-mode fortran-mode))
(when (modulep! +intel)
(map! :map f90-mode-map