We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729f656 commit 1adbfebCopy full SHA for 1adbfeb
core/me-use-package-extra.el
@@ -39,7 +39,9 @@
39
;; HACK: This advice around `use-package' checks if a package is disabled in
40
;; `minemacs-disabled-packages' before calling `use-package'. This can come
41
;; handy if the user wants to enable some module while excluding some packages
42
- ;; from it.
+ ;; from it. This advice also evaluates `use-package's conditional sections
43
+ ;; (`:if', `:when' and `:unless') to prevent installing packages with
44
+ ;; `straight'.
45
(advice-add
46
'use-package :around
47
(defun +use-package--check-if-disabled-a (origfn package &rest args)
0 commit comments