fix: simplify org-mode package recipe

This commit is contained in:
2026-04-15 11:03:02 -07:00
committed by Kat Huang
parent c75a5743ad
commit eb25a76d7d

View File

@@ -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/*"))