ngz pushed a commit to branch master
in repository guix.

commit 87ae167713039db38bf8ff2a9085c17a480b34bc
Author: Daniel Szmulewicz <[email protected]>
AuthorDate: Sun Jul 14 18:10:42 2024 +0300

    gnu: emacs-consult-projectile: Minor fixes to definition.
    
    * gnu/packages/emacs-xyz.scm (emacs-consult-projectile)[source]: Prevent
    redundant commit information.
    [synopsis]: Use proper capitalization.
    [description]: Slightly reword description.
---
 gnu/packages/emacs-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f33c7b17ad..af08b3a456 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -39989,19 +39989,19 @@ by leveraging @code{emacs-consult} APIs.")
          (method git-fetch)
          (uri (git-reference
                (url "https://gitlab.com/OlMon/consult-projectile";)
-               (commit "400439c56d17bca7888f7d143d8a11f84900a406")))
+               (commit commit)))
          (file-name (git-file-name name version))
          (sha256
           (base32 "1abd2dw3zpiln9pd7l3j78wl3lwapcmf1ilijv3vin9g0wqb7hmn"))))
       (build-system emacs-build-system)
       (propagated-inputs (list emacs-consult emacs-projectile))
       (home-page "https://gitlab.com/OlMon/consult-projectile";)
-      (synopsis "Consult integration for projectile")
+      (synopsis "Consult integration for Projectile")
       (description
-       "This package provides a multiview for displaying open buffers, files 
and
-directories accociated with a project.  When no project is open in the current
-buffer display a list of known project and select a file from the selected
-project.  Additionally seperate single source function are available.")
+       "This package provides a multiview for displaying open buffers, files
+and directories associated with a project.  When no project is open in the
+current buffer, it displays a list of known projects.  One can then pick
+a file from the selected project.")
       (license license:gpl3+))))
 
 (define-public emacs-context-transient

Reply via email to