Disable updating melpa on init
This commit is contained in:
parent
165b67df05
commit
442d81c1e6
@ -31,6 +31,7 @@
|
|||||||
;;; Packages
|
;;; Packages
|
||||||
;;;; install/load quelpa
|
;;;; install/load quelpa
|
||||||
(package-initialize)
|
(package-initialize)
|
||||||
|
(setq quelpa-update-melpa-p nil)
|
||||||
(unless (require 'quelpa nil t)
|
(unless (require 'quelpa nil t)
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
(url-insert-file-contents "https://raw.github.com/quelpa/quelpa/master/bootstrap.el")
|
(url-insert-file-contents "https://raw.github.com/quelpa/quelpa/master/bootstrap.el")
|
||||||
|
Loading…
Reference in New Issue
Block a user