* files.el (auto-mode-alist): Select org-mode for files with the
extension ".org".
This commit is contained in:
parent
303c8351a2
commit
18d8cb813a
1 changed files with 1 additions and 0 deletions
|
@ -1964,6 +1964,7 @@ since only a single case-insensitive search through the alist is made."
|
|||
("\\.ins\\'" . tex-mode) ;Installation files for TeX packages.
|
||||
("\\.ltx\\'" . latex-mode)
|
||||
("\\.dtx\\'" . doctex-mode)
|
||||
("\\.org\\'" . org-mode)
|
||||
("\\.el\\'" . emacs-lisp-mode)
|
||||
("\\.\\(scm\\|stk\\|ss\\|sch\\)\\'" . scheme-mode)
|
||||
("\\.l\\'" . lisp-mode)
|
||||
|
|
Loading…
Add table
Reference in a new issue