Update c-xrefactory recipe for loading from editors i.s.o env

This commit is contained in:
Thomas Nilefalk 2020-08-24 21:59:58 +02:00
parent 3b5e48ba4a
commit 71db2ee4ad

View File

@ -6,7 +6,7 @@
:pkgname "thoni56/c-xrefactory"
:load-path "editors/emacs"
:build (("make"))
:load "env/emacs/c-xrefactory.el"
:load "editors/emacs/c-xrefactory.el"
:post-init (progn
(add-to-list 'exec-path (concat default-directory "src"))
(el-get-envpath-prepend "PATH" (concat default-directory "src"))))