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:
parent
303c8351a2
commit
18d8cb813a
@ -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…
Reference in New Issue
Block a user