fix(fortran): remove executable-find formatter check
This commit is contained in:
parent
c6291ecfc0
commit
e44a7b3c5b
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue