me
/
guix
Archived
1
0
Fork 0

gnu: emacs-helm-company: Improve package style.

* gnu/packages/emacs-xyz.scm (emacs-helm-company)[arguments]: Use
G-expressions.
[synopsis, description]: Use proper capitalization.

Change-Id: I39f6c8accd31ae9cde94d3822e2be1d5a41fc6a6
master
Nicolas Goaziou 2023-11-11 11:22:39 +01:00
parent 23332c83a2
commit af6105afc6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 4 additions and 5 deletions

View File

@ -26583,13 +26583,12 @@ tracking.")
(native-inputs
(list emacs-ert-runner))
(arguments
`(#:tests? #t
#:test-command '("ert-runner")))
(list #:tests? #t
#:test-command #~(list "ert-runner")))
(home-page "https://github.com/Sodel-the-Vociferous/helm-company")
(synopsis "Helm interface for company-mode")
(synopsis "Helm interface for Company mode")
(description
"This is a Helm interface to company-mode, a text completion
framework.")
"This is a Helm interface to Company mode, a text completion framework.")
(license license:gpl3+)))
(define-public emacs-helm-descbinds