Add emacs-elisp-format package
This commit is contained in:
parent
b169c8f835
commit
43f9c3e440
1 changed files with 21 additions and 0 deletions
|
@ -232,6 +232,27 @@ See function `eldoc-cmake-enable'.
|
|||
")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public emacs-elisp-format
|
||||
(let ((commit "03cc293eb2f78ec58fc1d84279af06816a04b979")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-elisp-format")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Yuki-Inoue/elisp-format")
|
||||
(commit commit)))
|
||||
(method git-fetch)
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "17l2xsixx3p93dmx9jsg0a3xqdg19nwp1di2pymlg41pw0kdf3x3"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/Yuki-Inoue/elisp-format")
|
||||
(synopsis "Format elisp code")
|
||||
(description "This package is format by itself, so you can view format effect.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-erefactor
|
||||
(let ((commit "bfe27a1b8c7cac0fe054e76113e941efa3775fe8")
|
||||
(revision "0"))
|
||||
|
|
Loading…
Reference in a new issue