add el-get-elpa-build-local-recipes to el-get bootstrap
fixes lack of recipe for company
This commit is contained in:
parent
fe76982682
commit
ad30150d2c
3
.emacs
3
.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")
|
||||
|
Loading…
Reference in New Issue
Block a user