This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new df14cacca9 gnu: Add emacs-capf-autosuggest.
df14cacca9 is described below

commit df14cacca9b95d69fdd3b6191e42df36af266bcd
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Fri Aug 30 23:00:12 2024 +0200

    gnu: Add emacs-capf-autosuggest.
    
    * gnu/packages/emacs-xyz.scm (emacs-capf-autosuggest): New variable.
    
    Change-Id: I258c5344bf126cec5c02d5a534222a0f47a8749a
---
 gnu/packages/emacs-xyz.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 79ea0955d4..8205f0eaf0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5158,6 +5158,24 @@ completion backends used by @code{completion-at-point} 
are so called
 provided by Cape can also be used by Company.")
     (license license:gpl3+)))
 
+(define-public emacs-capf-autosuggest
+  (package
+    (name "emacs-capf-autosuggest")
+    (version "0.3")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append 
"https://elpa.gnu.org/packages/capf-autosuggest-";
+                                  version ".tar"))
+              (sha256
+               (base32
+                "18cwiv227m8y1xqvsnjrzgd6f6kvvih742h8y38pphljssl109fk"))))
+    (build-system emacs-build-system)
+    (synopsis "eshell completion suggestions for Emacs")
+    (description "This package provides comint autosuggestions for Emacs
+eshell.")
+    (home-page "https://repo.or.cz/emacs-capf-autosuggest";)
+    (license license:gpl3+)))
+
 (define-public emacs-direnv
   (package
     (name "emacs-direnv")

Reply via email to