summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-05-29 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-05-29 02:00:00 +0200
commit9f5236b829de0a64604d9f5581fdc4ee2e32d70b (patch)
tree46231e672a86ef04256d3c2b12bcac65ff59aafd
parentbbe6709ccc41a9c49980aa32459069bc06123a12 (diff)
downloadguix-patches-9f5236b829de0a64604d9f5581fdc4ee2e32d70b.tar
guix-patches-9f5236b829de0a64604d9f5581fdc4ee2e32d70b.tar.gz
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.
-rw-r--r--gnu/packages/emacs-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d734831f19..9764a4c5e1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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