From eb25a76d7d497dd9397ace0e9c9055b88935fb8d Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 15 Apr 2026 11:03:02 -0700 Subject: [PATCH] fix: simplify org-mode package recipe --- dotfiles/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index b6dd8e4e..4ee71c60 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -77,7 +77,7 @@ ;; Without this, org can behave very strangely (use-package org :ensure - (org :type git :host github :repo ("colonelpanic8/org-mode" . "org") + (org :type git :host github :repo "colonelpanic8/org-mode" :branch "my-main-2025" :depth full :files (:defaults "lisp/*.el" ("etc/styles/" "etc/styles/*"))