From 71db2ee4addf34d596f69a3d8e562d5ed69af7f7 Mon Sep 17 00:00:00 2001 From: Thomas Nilefalk Date: Mon, 24 Aug 2020 21:59:58 +0200 Subject: [PATCH] Update c-xrefactory recipe for loading from editors i.s.o env --- recipes/c-xrefactory.rcp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/c-xrefactory.rcp b/recipes/c-xrefactory.rcp index d3c18475..d5c07ac1 100644 --- a/recipes/c-xrefactory.rcp +++ b/recipes/c-xrefactory.rcp @@ -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"))))