fix(emacs): preserve org checkout directory name

This commit is contained in:
2026-04-20 13:03:56 -07:00
parent 89f3220933
commit 499c7a1c34

View File

@@ -151,7 +151,10 @@
;; Without this, org can behave very strangely
(use-package org
:ensure
(org :type git :host github :repo "colonelpanic8/org-mode"
;; Keep Org on the historical local checkout name to match the existing
;; source directory under ~/.emacs.d/straight/repos/org.
(org :type git :host github
:repo ("colonelpanic8/org-mode" . "org")
:branch "my-main-2025"
:depth full
:files (:defaults "lisp/*.el" ("etc/styles/" "etc/styles/*"))