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: I39f6c8accd31ae9cde94d3822e2be1d5a41fc6a6master
parent
23332c83a2
commit
af6105afc6
|
@ -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
|
||||
|
|
Reference in New Issue