me
/
guix
Archived
1
0
Fork 0

gnu: emacs-spaceleader: Fix typo in description.

* gnu/packages/emacs-xyz.scm (emacs-spaceleader)[description]:
Add a missing full stop (my typo).  Also capitalise upstream's
‘spacemacs’ for consistency with jgart's synopsis, which I prefer.
master
Tobias Geerinckx-Rice 2022-05-29 02:00:00 +02:00
parent bbe6709ccc
commit 9f5236b829
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -30464,9 +30464,9 @@ and allows for an arbitrary number of leader keys.")
(home-page "https://github.com/mohkale/spaceleader")
(synopsis "Emacs leader key implementation from Spacemacs")
(description
"@code{emacs-spaceleader} replicates spacemacs' leader key features,
without requiring all of spacemacs. The @code{<Leader>} key, inspired by Vim,
provides an easy way to bind keys under a configurable prefix key")
"@code{emacs-spaceleader} replicates Spacemacs' leader key features,
without requiring all of Spacemacs. The @code{<Leader>} key, inspired by Vim,
provides an easy way to bind keys under a configurable prefix key.")
(license license:gpl3+))))
(define-public emacs-promise