fix(fortran): account for the .F90
extension
In the Elder Days, it was common to give Fortran files the extensions of `.FOR` or later `.F90`. The major modes for Fortran don't automatically detect this conversion. The former was already accounted for in Doom's module, but not the latter. This commit rectifies this.
This commit is contained in:
parent
b4034a590b
commit
e395ff0eb0
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
(use-package! f90
|
(use-package! f90
|
||||||
:defer t
|
:defer t
|
||||||
|
:mode ("\\.F90" . f90-mode)
|
||||||
:config
|
:config
|
||||||
;; --- Compilation --- ;;
|
;; --- Compilation --- ;;
|
||||||
;; Used by `compile' (SPC c c)
|
;; Used by `compile' (SPC c c)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue