From ad30150d2cc31864ab4b4a957bf66dbdb5200774 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 29 Jun 2015 00:04:26 -0400 Subject: [PATCH] add el-get-elpa-build-local-recipes to el-get bootstrap fixes lack of recipe for company --- .emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs b/.emacs index 6b173d7..402f086 100644 --- a/.emacs +++ b/.emacs @@ -44,7 +44,8 @@ (url-retrieve-synchronously "https://raw.githubusercontent.com/dimitri/el-get/master/el-get-install.el") (goto-char (point-max)) - (eval-print-last-sexp))) + (eval-print-last-sexp)) + (el-get-elpa-build-local-recipes)) (add-to-list 'el-get-recipe-path "~/.emacs.d/el-get-user/recipies") (setq el-get-user-package-directory "~/.emacs.d/el-get-user/init-files")