[Emacs] Use new version of org-mode branch

This commit is contained in:
2024-12-31 20:31:43 -07:00
parent 884a8b31ae
commit 5df6c5aecf
2 changed files with 19 additions and 19 deletions

View File

@@ -66,7 +66,7 @@
(use-package org (use-package org
:straight :straight
(org :type git :host github :repo "colonelpanic8/org-mode" :local-repo "org" (org :type git :host github :repo "colonelpanic8/org-mode" :local-repo "org"
:branch "my-main" :branch "my-main-2025"
:depth full :pre-build (straight-recipes-org-elpa--build) :build :depth full :pre-build (straight-recipes-org-elpa--build) :build
(:not autoloads) :files (:not autoloads) :files
(:defaults "lisp/*.el" ("etc/styles/" "etc/styles/*"))) (:defaults "lisp/*.el" ("etc/styles/" "etc/styles/*")))