summaryrefslogtreecommitdiff
path: root/settings/setup-package.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--settings/setup-package.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/setup-package.el b/settings/setup-package.el
index 530e5f4..03445b1 100644
--- a/settings/setup-package.el
+++ b/settings/setup-package.el
@@ -10,7 +10,7 @@
;; https://github.com/magnars/.emacs.d/blob/master/settings/setup-package.el
(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/") t)
(add-to-list 'package-archives '("melpa-stable" . "http://stable.melpa.org/packages/") t)
-(package-initialize)
+;; (package-initialize)
(unless (file-exists-p "~/.emacs.d/elpa/archives/melpa")
(package-refresh-contents))