summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-07-03 13:47:01 +0200
committerfpi2020-07-07 19:44:25 +0200
commit5b77fb5a4cd57be9bf29c9bdcaf7a2e9c23ca2b5 (patch)
treee840d375d9bb9097f368247ccc0d3950479f16b7 /emacs-init.org
parentDumb fix for org-roam link faces calling tramp (diff)
Change org-mode repository to my github fork
Diffstat (limited to 'emacs-init.org')
-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)