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 868a6fd commit 3c74db9Copy full SHA for 3c74db9
core/prelude-packages.el
@@ -51,7 +51,9 @@
51
52
;; set package-user-dir to be relative to Prelude install path
53
(setq package-user-dir (expand-file-name "elpa" prelude-dir))
54
-(package-initialize)
+
55
+(unless package--initialized
56
+ (package-initialize))
57
58
;; install & enable use-package
59
(unless (package-installed-p 'use-package)
0 commit comments