mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: Add emacs-ruby-electric.
* gnu/packages/emacs-xyz.scm (emacs-ruby-electric): New variable. Change-Id: I4a198b649d219ccf756391baace3dab506c659af Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
cbe8158e18
commit
58ec5800c2
1 changed files with 21 additions and 0 deletions
|
@ -13327,6 +13327,27 @@ (define-public emacs-request
|
||||||
line program.")
|
line program.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
|
(define-public emacs-ruby-electric
|
||||||
|
(package
|
||||||
|
(name "emacs-ruby-electric")
|
||||||
|
(version "2.3.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/ruby/elisp-ruby-electric")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(sha256
|
||||||
|
(base32 "1p0l0fsn0jcgb4raimyc4d1wpfksrfhn0rkwdazadvm6s8baydf7"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://github.com/ruby/elisp-ruby-electric")
|
||||||
|
(synopsis "Minor mode for electrically editing Ruby code")
|
||||||
|
(description
|
||||||
|
"Ruby Electric mode accelerates code writing in Ruby by making some keys
|
||||||
|
electric and automatically supplying with closing parentheses and @code{end}
|
||||||
|
as appropriate.")
|
||||||
|
(license license:ruby)))
|
||||||
|
|
||||||
(define-public emacs-rudel
|
(define-public emacs-rudel
|
||||||
(package
|
(package
|
||||||
(name "emacs-rudel")
|
(name "emacs-rudel")
|
||||||
|
|
Loading…
Reference in a new issue