mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add emacs-fontaine.
* gnu/packages/emacs-xyz.scm (emacs-fontaine): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
42b2766e3a
commit
08803c8506
1 changed files with 21 additions and 0 deletions
|
@ -4034,6 +4034,27 @@ (define-public emacs-font-lock-studio
|
|||
the Font Lock keywords.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-fontaine
|
||||
(package
|
||||
(name "emacs-fontaine")
|
||||
(version "1.0.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.sr.ht/~protesilaos/fontaine")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0y2ys1hfz6gdhxh2sdp2v1qd3dpzyj7j451sbd4rb2q15h5hc2na"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://sr.ht/~protesilaos/fontaine")
|
||||
(synopsis "Set Emacs font configurations using presets")
|
||||
(description
|
||||
"Fontaine lets the user specify presets of font configurations
|
||||
and set them on demand on graphical Emacs frames.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-form-feed
|
||||
(package
|
||||
(name "emacs-form-feed")
|
||||
|
|
Loading…
Reference in a new issue