aboutsummaryrefslogtreecommitdiff
path: root/shoshin-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'shoshin-config.el')
-rw-r--r--shoshin-config.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/shoshin-config.el b/shoshin-config.el
index 28de47b..3718296 100644
--- a/shoshin-config.el
+++ b/shoshin-config.el
@@ -9,9 +9,10 @@
;;; Package Management
(when (< emacs-major-version 28)
- (package-initialize)
- (add-to-list 'package-archives '("nongnu" . "https://elpa.nongnu.org/nongnu/"))
- (package-refresh-contents))
+ (add-to-list 'package-archives '("nongnu" . "https://elpa.nongnu.org/nongnu/")))
+
+(package-initialize)
+(package-refresh-contents)
(when (and (functionp #'native-comp-available-p) (native-comp-available-p))
(setq native-comp-always-compile t