1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

* files.el (auto-mode-alist): Select org-mode for files with the

extension ".org".
This commit is contained in:
Carsten Dominik 2007-11-10 17:20:37 +00:00
parent 303c8351a2
commit 18d8cb813a

View File

@ -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)