From: Carsten Dominik Date: Sat, 10 Nov 2007 17:20:37 +0000 (+0000) Subject: * files.el (auto-mode-alist): Select org-mode for files with the X-Git-Tag: emacs-pretest-23.0.90~9792 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=18d8cb813a5d53244dde9c594aeb6d02d333e743;p=emacs.git * files.el (auto-mode-alist): Select org-mode for files with the extension ".org". --- diff --git a/lisp/files.el b/lisp/files.el index 2c658ac1d3f..a7dd79b8a88 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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)