From d41430ded7daeb7ceb9f9d78f4151311b321a59c Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Thu, 17 Feb 2011 21:25:53 +0100 Subject: [PATCH] Provide the command M-x el-get-sync so that you can avoid C-x C-e on your (el-get 'sync) elisp line. --- el-get.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/el-get.el b/el-get.el index edc060e5..1b75d92a 100644 --- a/el-get.el +++ b/el-get.el @@ -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) ;;