mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-xonsh-mode.
* gnu/packages/emacs-xyz.scm (emacs-xonsh-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
8a5b6d5382
commit
af3daff5ea
1 changed files with 25 additions and 0 deletions
|
@ -35136,6 +35136,31 @@ the TypeScript implementation.")
|
||||||
service.")
|
service.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
|
(define-public emacs-xonsh-mode
|
||||||
|
;; There is no tagged release yet.
|
||||||
|
(let ((commit "7fa581524533a9b6b770426e4445e571a69e469d")
|
||||||
|
(revision "0"))
|
||||||
|
(package
|
||||||
|
(name "emacs-xonsh-mode")
|
||||||
|
(version (git-version "0" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/seanfarley/xonsh-mode")
|
||||||
|
(commit commit)))
|
||||||
|
(sha256
|
||||||
|
(base32 "0lfi2372clkkzi4a940fwparsfhxxzb7bmysfd50n1myakgldri5"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://github.com/seanfarley/xonsh-mode")
|
||||||
|
(synopsis "Emacs major mode for editing Xonsh files")
|
||||||
|
(description
|
||||||
|
"This package implements a major mode for Xonsh scripts. The basic
|
||||||
|
functionality includes syntax highlight for Xonsh operators. Files with the
|
||||||
|
@file{.xonshrc} or @file{.xsh} extension are automatically opened with this
|
||||||
|
mode.")
|
||||||
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-monokai-theme
|
(define-public emacs-monokai-theme
|
||||||
(package
|
(package
|
||||||
(name "emacs-monokai-theme")
|
(name "emacs-monokai-theme")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue