require clocking to ensure custom commands work on init

This commit is contained in:
ndwarshuis 2019-02-04 09:38:05 -05:00
parent 05ada793eb
commit 409b5ee1cb
1 changed files with 2 additions and 0 deletions

View File

@ -818,9 +818,11 @@ Org has several extensions in the form of loadable modules. =org-protocol= is us
#+BEGIN_SRC emacs-lisp
(setq org-modules '(org-habit org-protocol))
(require 'org)
;; make sure everything else works that I have customly defined
(require 'org-agenda)
(require 'org-protocol)
(require 'org-habit)
(require 'org-clock)
#+END_SRC
*** directory
I keep all my org files in one place.