[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: Add emacs-spell-fu.
From: |
guix-commits |
Subject: |
07/08: gnu: Add emacs-spell-fu. |
Date: |
Thu, 3 Mar 2022 18:00:21 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit d6a0713331e94cd7fcbe91d864ee6aa40526859e
Author: Niklas Eklund <niklas.eklund@posteo.net>
AuthorDate: Wed Feb 2 19:49:46 2022 +0100
gnu: Add emacs-spell-fu.
* gnu/packages/emacs-xyz.scm (emacs-spell-fu): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9a0892b788..a9b5129e29 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27011,6 +27011,30 @@ interfaces. Several interfaces are supported beside
the classic Ido: Popup,
Helm and Ivy.")
(license license:gpl3+)))
+(define-public emacs-spell-fu
+ ;; There are no tagged releases upstream on gitlab, instead we are using the
+ ;; most recent commit.
+ (let ((commit "50be652a6ec8590c3098f46094a92213623349c1") (revision "0"))
+ (package
+ (name "emacs-spell-fu")
+ (version (git-version "0.3" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.com/ideasman42/emacs-spell-fu")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0n7qwnirvkh2aprb7l1wj9rywdsn33a7s32716m3afcvy7z9pyh4"))))
+ (build-system emacs-build-system)
+ (home-page "https://gitlab.com/ideasman42/emacs-spell-fu")
+ (synopsis "Fast highlighting of misspelled words")
+ (description
+ "This is a light weight spell checker for Emacs,
+that runs from the syntax highlighter without starting external processes.")
+ (license license:gpl3+))))
+
(define-public emacs-org-emms
(let ((commit "07a8917f3d628c32e5de1dbd118ac08203772533")
(revision "1"))
- branch master updated (137a5bc71d -> d93bb18386), guix-commits, 2022/03/03
- 07/08: gnu: Add emacs-spell-fu.,
guix-commits <=
- 05/08: services: openvpn: Actually save log file., guix-commits, 2022/03/03
- 01/08: download: Remove obsolete bit from docstring., guix-commits, 2022/03/03
- 03/08: download: Fix typo in procedure name., guix-commits, 2022/03/03
- 06/08: gnu: Add jj., guix-commits, 2022/03/03
- 02/08: download: Load X.509 certificates only once., guix-commits, 2022/03/03
- 04/08: gnu: Add wtype., guix-commits, 2022/03/03
- 08/08: gnu: texlive-latex-listings, texlive-latex-pgf: Do not deprecate the variable., guix-commits, 2022/03/03