Files
emacs/lisp/srefactor/srefactor-pkg.el
Daniel Weschke 82f05baffe pkg update and first config fix
org-brain not working, add org-roam
2022-12-19 23:02:34 +01:00

11 lines
368 B
EmacsLisp

(define-package "srefactor" "20180703.1810" "A refactoring tool based on Semantic parser framework"
'((emacs "24.4"))
:commit "6f2c97d17fb70f4ca2112f5a2b99a8ec162004f5" :authors
'(("Do Hoang" . "tuhdo1710@gmail.com"))
:keywords
'("c" "languages" "tools")
:url "https://github.com/tuhdo/semantic-refactor")
;; Local Variables:
;; no-byte-compile: t
;; End: