From bed1144977fe4f60e0790c4be33d43c36648dd6e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 22 Aug 2023 08:50:02 -0600 Subject: [PATCH] [Emacs] Set branch for using my org mode --- dotfiles/emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 5d88f7fd..372b1fda 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -57,7 +57,8 @@ ;; Without this, org can behave very strangely (use-package org :straight - (org :type git :host github :repo "IvanMalison/org-mode" :local-repo "org" + (org :type git :host github :repo "colonelpanic8/org-mode" :local-repo "org" + :branch "add-org-agenda-transient" :depth full :pre-build (straight-recipes-org-elpa--build) :build (:not autoloads) :files (:defaults "lisp/*.el" ("etc/styles/" "etc/styles/*")))