diff options
author | fpi | 2020-07-03 13:47:01 +0200 |
---|---|---|
committer | fpi | 2020-07-07 19:44:25 +0200 |
commit | 5b77fb5a4cd57be9bf29c9bdcaf7a2e9c23ca2b5 (patch) | |
tree | e840d375d9bb9097f368247ccc0d3950479f16b7 | |
parent | Dumb fix for org-roam link faces calling tramp (diff) |
Change org-mode repository to my github fork
-rw-r--r-- | emacs-init.org | 2 |
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) |