Disable updating melpa on init

This commit is contained in:
Adam Goldsmith 2016-02-29 22:50:53 -05:00
parent 165b67df05
commit 442d81c1e6

View File

@ -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")