akhayyat/dotfiles

emacs: use melpa instead of mermalade

Commit 33426b748d58 · Ahmad Khayyat · 2021-01-15 22:22 +0300

Changeset
33426b748d58699726f6616b6803c68056f588da

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/emacs b/emacs
--- a/emacs
+++ b/emacs
@@ -254,8 +254,7 @@
 ;; Package repositories
 (package-initialize)
 (add-to-list 'package-archives
-             '("marmalade" . "http://marmalade-repo.org/packages/"))
-
+             '("melpa" . "https://melpa.org/packages/"))
 (load-theme 'zenburn t)
 
 ;; web-mode