From c19364464a2d75d269bd64da5aa612cbba3e5bdd Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 18 Sep 2012 16:21:36 +0200 Subject: [PATCH] org.texi (Activation): Adding org-mode to `auto-mode-alist' is not needed for versions of Emacs > 22.1 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is not needed for versions of Emacs > 22.1. Thanks to Robert P. J. Day for suggesting this. --- doc/org.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 295f4b5a9..ee9e2c6c6 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -986,8 +986,9 @@ Do not forget to activate Org as described in the following section. @findex org-store-link @findex org-iswitchb -To make sure files with extension @file{.org} use Org mode, add the following -line to your @file{.emacs} file. +Since Emacs 22.2, files with the @file{.org} extension use Org mode by +default. If you are using an earlier version of Emacs, add this line to +your @file{.emacs} file: @lisp (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) @end lisp