Add byte-compile-current-file check to package management
This commit is contained in:
1
init.el
1
init.el
@@ -47,6 +47,7 @@
|
|||||||
;;; package.el
|
;;; package.el
|
||||||
|
|
||||||
(when (and (bound-and-true-p minimal-emacs-package-initialize-and-refresh)
|
(when (and (bound-and-true-p minimal-emacs-package-initialize-and-refresh)
|
||||||
|
(not (bound-and-true-p byte-compile-current-file))
|
||||||
(not (or (fboundp 'straight-use-package)
|
(not (or (fboundp 'straight-use-package)
|
||||||
(fboundp 'elpaca))))
|
(fboundp 'elpaca))))
|
||||||
;; Initialize and refresh package contents again if needed
|
;; Initialize and refresh package contents again if needed
|
||||||
|
|||||||
Reference in New Issue
Block a user