el-get script in init script changed

This commit is contained in:
Sameer Rahmani 2013-07-22 17:11:32 +04:30
parent c14d0ad401
commit 26332ea0e6
1 changed files with 3 additions and 4 deletions

View File

@ -13,10 +13,9 @@
(with-current-buffer (with-current-buffer
(url-retrieve-synchronously (url-retrieve-synchronously
"https://raw.github.com/KusoIDE/el-get/master/el-get-install.el") "https://raw.github.com/KusoIDE/el-get/master/el-get-install.el")
(lambda (s) (let (el-get-master-branch)
(let (el-get-master-branch) (goto-char (point-max))
(goto-char (point-max)) (eval-print-last-sexp))
(eval-print-last-sexp)))
) )
) )