From c57cdb05c71669e760076d637e28d20796819d19 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 30 Sep 2021 18:22:58 -0500 Subject: Update org-mode recipe --- init.el | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index fff1782..afc3e6e 100644 --- a/init.el +++ b/init.el @@ -1183,8 +1183,8 @@ specific to most general, they are these: (crux-reopen-as-root-mode +1)) (setup (:straight-if (define-repeat-map - :host nil - :repo "https://tildegit.org/acdw/define-repeat-map.el") + :host nil + :repo "https://tildegit.org/acdw/define-repeat-map.el") (acdw/system :home)) (require 'define-repeat-map ; just for me @@ -1793,8 +1793,19 @@ browser defined in `browse-url-secondary-browser-function'." ((string-suffix-p "~" pattern) `(orderless-flex . ,(substring pattern 0 -1)))))) -(setup (:straight org - org-contrib) +(setup (:straight (org + :type git + :repo "https://git.savannah.gnu.org/git/emacs/org-mode.git" + :local-repo "org" + :depth full + :pre-build (straight-recipes-org-elpa--build) + :build (:not autoloads) + :files (:defaults + "lisp/*.el" + ("etc/styles/" "etc/styles/*"))) + (org-contrib + :type git + :repo "https://git.sr.ht/~bzg/org-contrib")) (:also-load acdw-org) (require 'chd nil 'noerror) (:option org-adapt-indentation nil -- cgit 1.4.1-21-gabe81