gnu: emacs-default-text-scale: Update to 0.2.

* gnu/packages/emacs-xyz.scm (emacs-default-text-scale): Update to 0.2.
This commit is contained in:
Nicolas Goaziou 2021-02-17 14:13:22 +01:00
parent 1767b27dd6
commit d77dfee1f3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17658,27 +17658,24 @@ (define-public emacs-rsw-elisp
(license license:gpl3+)))
(define-public emacs-default-text-scale
(let ((commit "968e985e219235f3e744d6d967e592acbaf6e0a8")
(revision "1"))
(package
(name "emacs-default-text-scale")
(version (string-append "0.1" "-" revision "."
(string-take commit 7)))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/purcell/default-text-scale")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0zds01c3q5yny6ab1fxfkzzgn1kgl3q23lxxap905f4qd70v922h"))))
(build-system emacs-build-system)
(home-page "https://github.com/purcell/default-text-scale")
(synopsis "Adjust the font size in all Emacs frames")
(description "This package provides commands for increasing or
(package
(name "emacs-default-text-scale")
(version "0.2")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/purcell/default-text-scale")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0h42jiwxrxjmk7ccwh3h25n7dy2rq61ncm5wx27jhkncc5jdm4h6"))))
(build-system emacs-build-system)
(home-page "https://github.com/purcell/default-text-scale")
(synopsis "Adjust the font size in all Emacs frames")
(description "This package provides commands for increasing or
decreasing the default font size in all GUI Emacs frames.")
(license license:gpl3+))))
(license license:gpl3+)))
(define-public emacs-mixed-pitch
;; This commit contains fixes for visual alignment of line numbers and