fix: simplify org-mode package recipe
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
;; Without this, org can behave very strangely
|
;; Without this, org can behave very strangely
|
||||||
(use-package org
|
(use-package org
|
||||||
:ensure
|
:ensure
|
||||||
(org :type git :host github :repo ("colonelpanic8/org-mode" . "org")
|
(org :type git :host github :repo "colonelpanic8/org-mode"
|
||||||
:branch "my-main-2025"
|
:branch "my-main-2025"
|
||||||
:depth full
|
:depth full
|
||||||
:files (:defaults "lisp/*.el" ("etc/styles/" "etc/styles/*"))
|
:files (:defaults "lisp/*.el" ("etc/styles/" "etc/styles/*"))
|
||||||
|
|||||||
Reference in New Issue
Block a user