mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove redundant straight-fix-org setting
Already exists in core-packages.el
This commit is contained in:
@ -13,7 +13,6 @@
|
|||||||
;; call in the repo's root. Of course, this command won't work in a sparse
|
;; call in the repo's root. Of course, this command won't work in a sparse
|
||||||
;; clone, and more than that, initiating these compilation step is a
|
;; clone, and more than that, initiating these compilation step is a
|
||||||
;; hassle, so...
|
;; hassle, so...
|
||||||
(setq straight-fix-org nil)
|
|
||||||
(add-hook! 'straight-use-package-pre-build-functions
|
(add-hook! 'straight-use-package-pre-build-functions
|
||||||
(defun +org-fix-package-h (package &rest _)
|
(defun +org-fix-package-h (package &rest _)
|
||||||
(when (member package '("org" "org-plus-contrib"))
|
(when (member package '("org" "org-plus-contrib"))
|
||||||
|
Reference in New Issue
Block a user