Remove dubious workaround for package.el timeout problem.
This commit is contained in:
parent
90a6a5c8e1
commit
202451cb57
1 changed files with 0 additions and 3 deletions
|
@ -39,9 +39,6 @@
|
||||||
(setq package-user-dir (expand-file-name "elpa" prelude-dir))
|
(setq package-user-dir (expand-file-name "elpa" prelude-dir))
|
||||||
(package-initialize)
|
(package-initialize)
|
||||||
|
|
||||||
;; required because of a package.el bug
|
|
||||||
(setq url-http-attempt-keepalives nil)
|
|
||||||
|
|
||||||
(defvar prelude-packages
|
(defvar prelude-packages
|
||||||
'(ace-jump-mode ack-and-a-half elisp-slime-nav exec-path-from-shell
|
'(ace-jump-mode ack-and-a-half elisp-slime-nav exec-path-from-shell
|
||||||
expand-region flycheck gist guru-mode helm helm-projectile
|
expand-region flycheck gist guru-mode helm helm-projectile
|
||||||
|
|
Loading…
Reference in a new issue