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.
This commit is contained in:
Daniel Szmulewicz 2024-07-14 18:10:42 +03:00 committed by Nicolas Goaziou
parent 5f3bc3bd0d
commit 87ae167713
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -39989,19 +39989,19 @@ (define-public emacs-consult-projectile
(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