mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-fixed-pitch.
* gnu/packages/emacs-xyz.scm (emacs-fixed-pitch): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
5e2bfd24a4
commit
1dbb8e930e
1 changed files with 23 additions and 0 deletions
|
@ -19672,6 +19672,29 @@ interactive behavior should be different.")
|
||||||
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-fixed-pitch
|
||||||
|
(package
|
||||||
|
(name "emacs-fixed-pitch")
|
||||||
|
(version "0.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/cstby/fixed-pitch-mode")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0qlavjvib0r71xdy6y6pan9dhr57lw7jhmqk60mwa8fq6km8kpkj"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://github.com/cstby/fixed-pitch-mode")
|
||||||
|
(synopsis
|
||||||
|
"Use a monospaced typeface for code and a proportional one elsewhere")
|
||||||
|
(description
|
||||||
|
"Fixed-pitch mode is an Emacs minor mode for setting a monospaced typeface.
|
||||||
|
This allows you to set a proportional typeface for UI elements while keeping
|
||||||
|
a monospaced typeface for code.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-mixed-pitch
|
(define-public emacs-mixed-pitch
|
||||||
(package
|
(package
|
||||||
(name "emacs-mixed-pitch")
|
(name "emacs-mixed-pitch")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue