GNU bug report logs -
#72406
[PATCH emacs-team WIP 0/4] Simplify creation of emacs package variants
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-fontaine): Reindent.
---
gnu/packages/emacs-xyz.scm | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 68520a2622..9e4a050378 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5341,26 +5341,26 @@ (define-public emacs-font-lock-studio
the Font Lock keywords.")
(license license:gpl3+))))
- (define-public emacs-fontaine
- (package
- (name "emacs-fontaine")
- (version "2.0.0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/protesilaos/fontaine")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1fm6lw1jyy5vv314y2qhzcav9fmpgf333xrlwfdyi86z6z6f2fyy"))))
- (build-system emacs-build-system)
- (home-page "https://github.com/protesilaos/fontaine")
- (synopsis "Set Emacs font configurations using presets")
- (description
- "Fontaine lets the user specify presets of font configurations
+(define-public emacs-fontaine
+ (package
+ (name "emacs-fontaine")
+ (version "2.0.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/protesilaos/fontaine")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1fm6lw1jyy5vv314y2qhzcav9fmpgf333xrlwfdyi86z6z6f2fyy"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/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+)))
+ (license license:gpl3+)))
(define-public emacs-form-feed
(package
--
2.45.2
This bug report was last modified 284 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.