renamed org-tj path

This commit is contained in:
ndwarshuis 2019-05-01 18:24:32 -04:00
parent 5475f38e49
commit f22e847f56
1 changed files with 3 additions and 2 deletions

View File

@ -104,6 +104,7 @@ Some useful external libraries that I use all over the place
:straight t) :straight t)
#+END_SRC #+END_SRC
** internal ** internal
Define a path to internal libraries (either things I am developing or external =.el= files I find useful)
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(defvar nd/local-pkg-directory "local/share/") (defvar nd/local-pkg-directory "local/share/")
@ -1269,8 +1270,8 @@ Taskjuggler is provided by an external package that provides the command line to
org-taskjuggler-project-tag "τprj" org-taskjuggler-project-tag "τprj"
org-taskjuggler-resource-tag "τres") org-taskjuggler-resource-tag "τres")
(add-to-list 'load-path (nd/expand-local-pkg-directory "org-tj3")) (add-to-list 'load-path (nd/expand-local-pkg-directory "org-tj"))
(require 'org-tj3) (require 'org-tj)
#+END_SRC #+END_SRC
** gtd implementation ** gtd implementation
*** overview *** overview