From 442d81c1e61e7a90ba7226a223a609f437417bd0 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 29 Feb 2016 22:50:53 -0500 Subject: [PATCH] Disable updating melpa on init --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index f4d058f..8c4e56d 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -31,6 +31,7 @@ ;;; Packages ;;;; install/load quelpa (package-initialize) +(setq quelpa-update-melpa-p nil) (unless (require 'quelpa nil t) (with-temp-buffer (url-insert-file-contents "https://raw.github.com/quelpa/quelpa/master/bootstrap.el")