emacs-configuration: Load org-projectile after org-mode
This commit is contained in:
parent
363a52f72f
commit
0ea62ca771
@ -2105,6 +2105,7 @@ Use [[http://gnuplot.sourceforge.net/][gnuplot]] alongside org-mode to generate
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package org-projectile
|
||||
:after org
|
||||
:bind (("C-c f p" . org-projectile-project-todo-completing-read))
|
||||
:config
|
||||
(progn
|
||||
|
Loading…
Reference in New Issue
Block a user