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