Skip to content

Commit

Permalink
* layers/+emacs/org/packages.el: defer load the org-project-capture-p…
Browse files Browse the repository at this point in the history
…rojectile
  • Loading branch information
sunlin7 authored and smile13241324 committed Nov 15, 2024
1 parent 6f0d95f commit 5078191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layers/+emacs/org/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,7 @@ Headline^^ Visit entry^^ Filter^^ Da

(defun org/init-org-projectile ()
(use-package org-projectile
:after org-project-capture ; backend for projectile after org-project-capture
:config
(setq org-project-capture-default-backend
(make-instance 'org-project-capture-projectile-backend))))
Expand Down

0 comments on commit 5078191

Please sign in to comment.