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

* gnu/packages/emacs-xyz.scm (emacs-mixed-pitch): Update to 1.1.1.
This commit is contained in:
Nicolas Goaziou 2021-02-17 14:14:51 +01:00
parent d77dfee1f3
commit 53c98cb97d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17678,32 +17678,27 @@ 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
;; This commit contains fixes for visual alignment of line numbers and (package
;; org-indent-mode. (name "emacs-mixed-pitch")
(let ((commit "d305108f9520e196b533f05d1dcc284cf535faaf") (version "1.1.1")
(tag "1.1.0") (source
(revision "0")) (origin
(package (method git-fetch)
(name "emacs-mixed-pitch") (uri (git-reference
(version (git-version tag revision commit)) (url "https://gitlab.com/jabranham/mixed-pitch.git")
(source (commit version)))
(origin (file-name (git-file-name name version))
(method git-fetch) (sha256
(uri (git-reference (base32 "1dhljrh44dsnixd8hbb11k6dgap8r8n7jknhfy2afdzq889fih74"))))
(url "https://gitlab.com/jabranham/mixed-pitch.git") (build-system emacs-build-system)
(commit commit))) (home-page "https://gitlab.com/jabranham/mixed-pitch")
(file-name (git-file-name name version)) (synopsis "Mix variable- and fixed-pitch fonts in the same Emacs buffer")
(sha256 (description
(base32 "0yx89is3g2m8af8vfsz5rgjmfmx7mfrxlffb1x6y4b8lh9l0k6dj")))) "@code{mixed-pitch-mode} is a minor mode that enables mixing
(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