Add package emacs-erefactor
This commit is contained in:
parent
deb7801973
commit
69029290c3
1 changed files with 21 additions and 0 deletions
|
@ -232,6 +232,27 @@ See function `eldoc-cmake-enable'.
|
||||||
")
|
")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
|
(define-public emacs-erefactor
|
||||||
|
(let ((commit "bfe27a1b8c7cac0fe054e76113e941efa3775fe8")
|
||||||
|
(revision "0"))
|
||||||
|
(package
|
||||||
|
(name "emacs-erefactor")
|
||||||
|
(version (git-version "0.7.2" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/mhayashi1120/Emacs-erefactor")
|
||||||
|
(commit commit)))
|
||||||
|
(method git-fetch)
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1071gqli1qd498syhysyj2wzyw1nya5070m82xd9qalqdh11b8is"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://github.com/mhayashi1120/Emacs-erefactor")
|
||||||
|
(synopsis "Emacs-Lisp refactoring utilities")
|
||||||
|
(description "Simple refactoring, linting utilities for Emacs-Lisp.")
|
||||||
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-outli
|
(define-public emacs-outli
|
||||||
(let ((commit "f16f3ab90c5e4194b62f461e82f01709ae80f6e9")
|
(let ((commit "f16f3ab90c5e4194b62f461e82f01709ae80f6e9")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Loading…
Reference in a new issue