summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home-files/emacs-configuration.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/home-files/emacs-configuration.el b/home-files/emacs-configuration.el
index 54b17f0..796405d 100644
--- a/home-files/emacs-configuration.el
+++ b/home-files/emacs-configuration.el
@@ -94,3 +94,11 @@
"~/.guix-profile/sbin"
"/run/current-system/profile/bin"
"/run/current-system/profile/sbin")))
+
+;;; MELPA
+(require 'package)
+(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
+;; Comment/uncomment this line to enable MELPA Stable if desired. See `package-archive-priorities`
+;; and `package-pinned-packages`. Most users will not need or want to do this.
+;;(add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/") t)
+(package-initialize)