(auto-mode-alist): Handle .f90 files.
This commit is contained in:
parent
2f3e7987f2
commit
bccfd93664
1 changed files with 1 additions and 0 deletions
|
@ -910,6 +910,7 @@ run `normal-mode' explicitly."
|
|||
("\\.article\\'" . text-mode)
|
||||
("\\.letter\\'" . text-mode)
|
||||
("\\.tcl\\'" . tcl-mode)
|
||||
("\\.f90\\'" . f90-mode)
|
||||
("\\.lsp\\'" . lisp-mode)
|
||||
("\\.awk\\'" . awk-mode)
|
||||
("\\.prolog\\'" . prolog-mode)
|
||||
|
|
Loading…
Add table
Reference in a new issue