add el-get-elpa-build-local-recipes to el-get bootstrap

fixes lack of recipe for company
This commit is contained in:
Adam Goldsmith 2015-06-29 00:04:26 -04:00
parent fe76982682
commit ad30150d2c
1 changed files with 2 additions and 1 deletions

3
.emacs
View File

@ -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")