el-get/recipes/semantic-refactor.rcp
2015-04-06 17:20:17 +02:00

12 lines
578 B
Plaintext

(:name semantic-refactor
:description "A refactoring tool based on Semantic parser framework."
:type github
:pkgname "tuhdo/semantic-refactor"
:minimum-emacs-version "24.4"
:depends (cedet)
:prepare (progn
(autoload 'srefactor-clojure-one-line "srefactor-clojure" nil t)
(autoload 'srefactor-clojure-multi-line "srefactor-clojure" nil t)
(autoload 'srefactor-elisp-one-line "srefactor-elisp" nil t)
(autoload 'srefactor-elisp-multi-line "srefactor-elisp" nil t)))