Browse Source

Remove dubious workaround for package.el timeout problem.

custom
Bozhidar Batsov 13 years ago
parent
commit
202451cb57
  1. 3
      core/prelude-packages.el

3
core/prelude-packages.el

@ -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…
Cancel
Save