mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
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:
parent
d77dfee1f3
commit
53c98cb97d
1 changed files with 18 additions and 23 deletions
|
@ -17678,23 +17678,18 @@ 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
|
|
||||||
;; org-indent-mode.
|
|
||||||
(let ((commit "d305108f9520e196b533f05d1dcc284cf535faaf")
|
|
||||||
(tag "1.1.0")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-mixed-pitch")
|
(name "emacs-mixed-pitch")
|
||||||
(version (git-version tag revision commit))
|
(version "1.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/jabranham/mixed-pitch.git")
|
(url "https://gitlab.com/jabranham/mixed-pitch.git")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0yx89is3g2m8af8vfsz5rgjmfmx7mfrxlffb1x6y4b8lh9l0k6dj"))))
|
(base32 "1dhljrh44dsnixd8hbb11k6dgap8r8n7jknhfy2afdzq889fih74"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://gitlab.com/jabranham/mixed-pitch")
|
(home-page "https://gitlab.com/jabranham/mixed-pitch")
|
||||||
(synopsis "Mix variable- and fixed-pitch fonts in the same Emacs buffer")
|
(synopsis "Mix variable- and fixed-pitch fonts in the same Emacs buffer")
|
||||||
|
@ -17703,7 +17698,7 @@ decreasing the default font size in all GUI Emacs frames.")
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue