aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2024-08-26 16:41:35 +0200
committerThomas Schneider <qsx@chaotikum.eu>2024-08-26 16:41:35 +0200
commit7aeab83069cfe1cf43f567947a1c7ed8b7ad4cf6 (patch)
tree8ded034db1f0c6ab30457bc2f869b366c62985ea /dot.emacs.d
parent16887d3b461b68316105400c12f8f91afc4138f6 (diff)
Emacs: package-archives: Add explaining comment for melpa-unstable
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 599b338..e50379e 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -4,7 +4,7 @@
'(("melpa-stable" . "https://stable.melpa.org/packages/")
("melpa-unstable" . "https://melpa.org/packages/")
("gnu" . "https://elpa.gnu.org/packages/"))
-
+ ;; Use melpa-unstable only when explicitly requested
package-archive-priorities '(("melpa-stable" . 1)
("gnu" . 1)))
(package-initialize)