Skip to content

Commit

Permalink
Merge pull request #2782 from thoni56/master
Browse files Browse the repository at this point in the history
Minor tweak to load c-xrefactory from editors/ i.s.o env/
  • Loading branch information
renard authored Sep 12, 2020
2 parents ec8b00e + 71db2ee commit 6138ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/c-xrefactory.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -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"))))

0 comments on commit 6138ce5

Please sign in to comment.