me
/
guix
Archived
1
0
Fork 0

gnu: emacs-mixed-pitch: Update to 1.1.0.

* gnu/packages/emacs-xyz.scm (emacs-mixed-pitch): Update to 1.1.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Joseph LaFreniere 2020-10-13 01:20:49 -05:00 committed by Ludovic Courtès
parent ecaa102a58
commit 9c2d4fbcdd
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 23 additions and 18 deletions

View File

@ -16499,27 +16499,32 @@ decreasing the default font size in all GUI Emacs frames.")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-mixed-pitch (define-public emacs-mixed-pitch
(package ;; This commit contains fixes for visual alignment of line numbers and
(name "emacs-mixed-pitch") ;; org-indent-mode.
(version "1.0.1") (let ((commit "d305108f9520e196b533f05d1dcc284cf535faaf")
(source (tag "1.1.0")
(origin (revision "0"))
(method git-fetch) (package
(uri (git-reference (name "emacs-mixed-pitch")
(url "https://gitlab.com/jabranham/mixed-pitch.git") (version (git-version tag revision commit))
(commit version))) (source
(file-name (git-file-name name version)) (origin
(sha256 (method git-fetch)
(base32 "1458sy5b6bis1i0k23jdqk6hfqg0ghk637r3ajql2g19ym48rf58")))) (uri (git-reference
(build-system emacs-build-system) (url "https://gitlab.com/jabranham/mixed-pitch.git")
(home-page "https://gitlab.com/jabranham/mixed-pitch") (commit commit)))
(synopsis "Mix variable- and fixed-pitch fonts in the same Emacs buffer") (file-name (git-file-name name version))
(description (sha256
"@code{mixed-pitch-mode} is a minor mode that enables mixing (base32 "0yx89is3g2m8af8vfsz5rgjmfmx7mfrxlffb1x6y4b8lh9l0k6dj"))))
(build-system emacs-build-system)
(home-page "https://gitlab.com/jabranham/mixed-pitch")
(synopsis "Mix variable- and fixed-pitch fonts in the same Emacs buffer")
(description
"@code{mixed-pitch-mode} is a minor mode that enables mixing
variable-pitch and fixed-pitch fonts in the same buffer. The list variable-pitch and fixed-pitch fonts in the same buffer. The list
@code{mixed-pitch-fixed-pitch-faces} defines the faces that are kept @code{mixed-pitch-fixed-pitch-faces} defines the faces that are kept
fixed-pitch,everything else becomes variable-pitch.") fixed-pitch,everything else becomes variable-pitch.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-visual-regexp (define-public emacs-visual-regexp
(package (package