mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-rfc-mode.
* gnu/packages/emacs-xyz.scm (emacs-rfc-mode): New variable. Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
21f670745e
commit
eb2f2e0c1a
1 changed files with 23 additions and 0 deletions
|
@ -12904,6 +12904,29 @@ noticeable performance improvement.")
|
||||||
field values, and more within @code{haskell-cabal-mode}.")
|
field values, and more within @code{haskell-cabal-mode}.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
|
(define-public emacs-rfc-mode
|
||||||
|
(package
|
||||||
|
(name "emacs-rfc-mode")
|
||||||
|
(version "1.4.2")
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/galdor/rfc-mode")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0sym5pji4ba4jy79zfs7gb2n9kqa60ma4z622s0mz647g56z09f4"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
;; No tests
|
||||||
|
(list #:tests? #f))
|
||||||
|
(home-page "https://github.com/galdor/rfc-mode")
|
||||||
|
(synopsis "Emacs major mode to read and browse @acronym{RFC, Request for Comments} documents")
|
||||||
|
(description "The @code{rfc-mode} Emacs major mode is a browser and reader
|
||||||
|
for @acronym{RFC, Request for Comments} documents.")
|
||||||
|
(license license:isc)))
|
||||||
|
|
||||||
(define-public emacs-rfcview
|
(define-public emacs-rfcview
|
||||||
(package
|
(package
|
||||||
(name "emacs-rfcview")
|
(name "emacs-rfcview")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue