mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 14:26:48 +01:00
gnu: Add emacs-mixed-pitch.
* gnu/packages/emacs-xyz.scm (emacs-mixed-pitch): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
fdcd50b93b
commit
4df1d31b54
1 changed files with 23 additions and 0 deletions
|
@ -11668,6 +11668,29 @@ (define-public emacs-default-text-scale
|
||||||
decreasing the default font size in all GUI Emacs frames.")
|
decreasing the default font size in all GUI Emacs frames.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
|
(define-public emacs-mixed-pitch
|
||||||
|
(package
|
||||||
|
(name "emacs-mixed-pitch")
|
||||||
|
(version "1.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://gitlab.com/jabranham/mixed-pitch.git")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1458sy5b6bis1i0k23jdqk6hfqg0ghk637r3ajql2g19ym48rf58"))))
|
||||||
|
(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
|
||||||
|
@code{mixed-pitch-fixed-pitch-faces} defines the faces that are kept
|
||||||
|
fixed-pitch,everything else becomes variable-pitch.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-visual-regexp
|
(define-public emacs-visual-regexp
|
||||||
(package
|
(package
|
||||||
(name "emacs-visual-regexp")
|
(name "emacs-visual-regexp")
|
||||||
|
|
Loading…
Reference in a new issue