fix(fortran): remove executable-find formatter check

This commit is contained in:
Ellis Kenyő 2022-11-17 17:35:59 +00:00 committed by Yann Esposito (Yogsototh)
parent 705347bd5e
commit d13a73d170
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

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