aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorAshton Wiersdorf <mail@wiersdorf.dev>2023-04-18 11:29:31 -0600
committerAshton Wiersdorf <mail@wiersdorf.dev>2023-04-18 11:29:31 -0600
commitd499aeb150eece6d2e52bd695eea81d9c62e1043 (patch)
tree6eb28a6be56dd66f841339e28b8427cecc122ab8 /init.el
parent3279f5e1b7d005e71a4bd72882fccffd71364805 (diff)
Recommit to only GNU ELPA
Diffstat (limited to 'init.el')
-rw-r--r--init.el13
1 files changed, 10 insertions, 3 deletions
diff --git a/init.el b/init.el
index b342e03..af90d81 100644
--- a/init.el
+++ b/init.el
@@ -28,9 +28,16 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Package initialization
-(with-eval-after-load 'package
- (add-to-list 'package-archives '("nongnu" . "https://elpa.nongnu.org/nongnu/"))
- (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t))
+;;
+;; We'll stick to only GNU ELPA (Emacs Lisp Package Archive) for the base
+;; install, but there are some other ELPAs you could look at if you want more
+;; packages. MELPA in particular is very popular. See instructions at:
+;;
+;; https://melpa.org/#/getting-started
+;;
+;; (with-eval-after-load 'package
+;; (add-to-list 'package-archives '("nongnu" . "https://elpa.nongnu.org/nongnu/"))
+;; (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t))
;; If you want to turn off the welcome screen, uncomment this
;(setq inhibit-splash-screen t)