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
No known key found for this signature in database
GPG key ID: 298BE5D997EBAA02

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