summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs-init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org
index 7ed76fe..e2602f6 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -2452,7 +2452,7 @@ Hansen's]] configs.
#+begin_src emacs-lisp
(use-package org
- :straight (org-plus-contrib)
+ :straight (org-plus-contrib :host github :repo "fpiper/org-mode" :branch "develop" :local-repo "org" :files (:defaults "contrib/lisp/*.el"))
:delight (org-cdlatex-mode)
:bind
(("C-c c" . org-capture)