From: Don Armstrong Date: Wed, 6 Jan 2016 04:06:29 +0000 (-0800) Subject: move where org mode is added to the alist X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f9f77ecb28a720d2d0bd28c02351ca93972da73c;p=lib.git move where org mode is added to the alist --- diff --git a/emacs_el/configuration/org-mode-configuration.el b/emacs_el/configuration/org-mode-configuration.el index 1c6ee75..01b7546 100644 --- a/emacs_el/configuration/org-mode-configuration.el +++ b/emacs_el/configuration/org-mode-configuration.el @@ -2,11 +2,11 @@ (require 'reftex) (require 'gnus) -;; The following lines are always needed. Choose your own keys. -(add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . org-mode)) (require 'org) (require 'org-agenda) (require 'org-habit) +;; The following lines are always needed. Choose your own keys. +(add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . org-mode)) (eval-when-compile (require 'cl)) (global-set-key "\C-cl" 'org-store-link)