]> git.donarmstrong.com Git - lib.git/commitdiff
require things necessary for compilation
authorDon Armstrong <don@donarmstrong.com>
Sat, 19 Sep 2015 21:49:33 +0000 (14:49 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sat, 19 Sep 2015 21:49:33 +0000 (14:49 -0700)
emacs_el/configuration/org-mode-configuration.el

index 6ec0bef3e19d4350e0999b62167ac405ee16d4e9..79a88346c6afe63fe46fb5d6f809c2fc6b4bcc3b 100644 (file)
@@ -5,6 +5,10 @@
 ;; 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)
+(eval-when-compile
+  (require 'cl))
 (global-set-key "\C-cl" 'org-store-link)
 (global-set-key "\C-ca" 'org-agenda)
 (global-set-key "\C-cb" 'org-iswitchb)