mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-lin: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-lin): Update to 1.1.0. [source]: Update URL. [synopsis, description]: Improve markup. Change-Id: Ia868fd017e16755d8aebfca5db1b73f5d7549163
This commit is contained in:
parent
0ad3d010f2
commit
19d8e02e83
1 changed files with 9 additions and 8 deletions
|
@ -19773,16 +19773,16 @@ number on the left margin in Emacs.")
|
||||||
(define-public emacs-lin
|
(define-public emacs-lin
|
||||||
(package
|
(package
|
||||||
(name "emacs-lin")
|
(name "emacs-lin")
|
||||||
(version "1.0.0")
|
(version "1.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.sr.ht/~protesilaos/lin")
|
(url "https://github.com/protesilaos/lin")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bbxm2ndp6hcpdiv34dl9smgx5l0m4pdzm7csp283f6q9kwwdf3v"))))
|
"00l74ldkv0nb58v6la12k36b43y3qxlcgccygpph5fhzj47v1gn4"))))
|
||||||
(native-inputs (list texinfo))
|
(native-inputs (list texinfo))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -19798,11 +19798,12 @@ number on the left margin in Emacs.")
|
||||||
"--eval=(org-texinfo-export-to-info)")
|
"--eval=(org-texinfo-export-to-info)")
|
||||||
(install-file "lin.info" (string-append #$output "/share/info")))))))
|
(install-file "lin.info" (string-append #$output "/share/info")))))))
|
||||||
(home-page "https://protesilaos.com/emacs/lin")
|
(home-page "https://protesilaos.com/emacs/lin")
|
||||||
(synopsis "Make @command{hl-line-mode} more suitable for selection UIs")
|
(synopsis "Make Hl Line mode more suitable for selection UIs")
|
||||||
(description "Lin is a stylistic enhancement for Emacs’ built-in
|
(description
|
||||||
@command{hl-line-mode}. It remaps the hl-line face (or equivalent)
|
"Lin is a stylistic enhancement for Emacs’ built-in Hl Line mode. It
|
||||||
buffer-locally to a style that is optimal for major modes where line selection
|
remaps the @code{hl-line} face (or equivalent) buffer-locally to a style that is
|
||||||
is the primary mode of interaction.")
|
optimal for major modes where line selection is the primary mode of
|
||||||
|
interaction.")
|
||||||
(license (list license:gpl3+
|
(license (list license:gpl3+
|
||||||
license:fdl1.3+)))) ; GFDLv1.3+ for the manual
|
license:fdl1.3+)))) ; GFDLv1.3+ for the manual
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue