Provide the command M-x el-get-sync so that you can avoid C-x C-e on your (el-get 'sync) elisp line.

This commit is contained in:
Dimitri Fontaine 2011-02-17 21:25:53 +01:00
parent 4261f9f0f9
commit d41430ded7

View File

@ -2143,6 +2143,11 @@ entry which is not a symbol and is not already a known recipe."
(insert (prin1-to-string r)))))
(dired dir))
(defun el-get-sync ()
"M-x el-get-sync will synchronously install and init your el-get packages"
(interactive)
(el-get 'sync))
;;
;; notify user with emacs notifications API (new in 24)
;;