From 9c7aa7a314ed5a54ad5249fe183c3d6ad76a8b1d Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 27 Dec 2023 12:01:59 +0100 Subject: Install MELPA repository --- home-files/emacs-configuration.el | 8 ++++++++ 1 file changed, 8 insertions(+) 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) -- cgit v1.2.3