]> git.donarmstrong.com Git - lib.git/commitdiff
move where org mode is added to the alist
authorDon Armstrong <don@donarmstrong.com>
Wed, 6 Jan 2016 04:06:29 +0000 (20:06 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 6 Jan 2016 04:08:18 +0000 (20:08 -0800)
emacs_el/configuration/org-mode-configuration.el

index 1c6ee7561d70194c07953aed1c61c39eba014b0a..01b7546bcfec0030c17f1d29d39678549845b8ec 100644 (file)
@@ -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)