Skip to content

Commit

Permalink
Switch to url-retrieve-synchronously for the first el-get install.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri committed Jul 22, 2014
1 parent b154122 commit f799b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Expand Up @@ -14,7 +14,7 @@
(add-to-list 'load-path "~/.emacs.d/el-get/el-get")

(unless (require 'el-get nil t)
(url-retrieve
(url-retrieve-synchronously
"https://github.com/dimitri/el-get/raw/master/el-get-install.el"
(lambda (s)
(end-of-buffer)
Expand Down

0 comments on commit f799b71

Please sign in to comment.