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
|
||||
(package
|
||||
(name "emacs-lin")
|
||||
(version "1.0.0")
|
||||
(version "1.1.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.sr.ht/~protesilaos/lin")
|
||||
(url "https://github.com/protesilaos/lin")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bbxm2ndp6hcpdiv34dl9smgx5l0m4pdzm7csp283f6q9kwwdf3v"))))
|
||||
"00l74ldkv0nb58v6la12k36b43y3qxlcgccygpph5fhzj47v1gn4"))))
|
||||
(native-inputs (list texinfo))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
@ -19798,11 +19798,12 @@ number on the left margin in Emacs.")
|
|||
"--eval=(org-texinfo-export-to-info)")
|
||||
(install-file "lin.info" (string-append #$output "/share/info")))))))
|
||||
(home-page "https://protesilaos.com/emacs/lin")
|
||||
(synopsis "Make @command{hl-line-mode} more suitable for selection UIs")
|
||||
(description "Lin is a stylistic enhancement for Emacs’ built-in
|
||||
@command{hl-line-mode}. It remaps the hl-line face (or equivalent)
|
||||
buffer-locally to a style that is optimal for major modes where line selection
|
||||
is the primary mode of interaction.")
|
||||
(synopsis "Make Hl Line mode more suitable for selection UIs")
|
||||
(description
|
||||
"Lin is a stylistic enhancement for Emacs’ built-in Hl Line mode. It
|
||||
remaps the @code{hl-line} face (or equivalent) buffer-locally to a style that is
|
||||
optimal for major modes where line selection is the primary mode of
|
||||
interaction.")
|
||||
(license (list license:gpl3+
|
||||
license:fdl1.3+)))) ; GFDLv1.3+ for the manual
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue