mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: Add emacs-sed-mode.
* gnu/packages/emacs-xyz.scm (emacs-sed-mode): New variable. Change-Id: Ic079579d3c9ba25cf721d044f99ba2ec4dcc0392 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
d5a99af93f
commit
9f2d639ae8
1 changed files with 19 additions and 0 deletions
|
@ -1269,6 +1269,25 @@ (define-public emacs-pug-mode
|
|||
is based off of Slim mode.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-sed-mode
|
||||
(package
|
||||
(name "emacs-sed-mode")
|
||||
(version "1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/sed-mode-" version
|
||||
".tar"))
|
||||
(sha256
|
||||
(base32 "0zhga0xsffdcinh10di046n6wbx35gi1zknnqzgm9wvnm2iqxlyn"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://elpa.gnu.org/packages/sed-mode.html")
|
||||
(synopsis "Major mode to edit sed scripts")
|
||||
(description
|
||||
"The Sed major mode provides basic support for sed scripts. The
|
||||
functionalities supported are font-locking and auto-indentation.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-spaceline-all-the-icons
|
||||
(package
|
||||
(name "emacs-spaceline-all-the-icons")
|
||||
|
|
Loading…
Reference in a new issue