]> git.eshelyaron.com Git - emacs.git/commitdiff
* files.el (auto-mode-alist): Select org-mode for files with the
authorCarsten Dominik <dominik@science.uva.nl>
Sat, 10 Nov 2007 17:20:37 +0000 (17:20 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Sat, 10 Nov 2007 17:20:37 +0000 (17:20 +0000)
extension ".org".

lisp/files.el

index 2c658ac1d3f130de4bcebc5aed3623ddb2049c20..a7dd79b8a88be88a12222658379d767f9818c789 100644 (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)