Skip to content

Commit

Permalink
Add recipe for c-xrefactory, a C/Java refactoring browser
Browse files Browse the repository at this point in the history
  • Loading branch information
thoni56 authored and npostavs committed Jul 1, 2017
1 parent e10b40a commit cf14917
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions recipes/c-xrefactory.rcp
@@ -0,0 +1,11 @@
(:name c-xrefactory
:description "c-xrefactory - a refactoring browser for C and Java."
:type github
:website "https://github.com/thoni56/c-xrefactory"
:pkgname "thoni56/c-xrefactory"
:load-path "env/emacs"
:build (("make"))
:load "env/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 cf14917

Please sign in to comment.