mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-sparql-mode: Improve description.
* gnu/packages/emacs-xyz.scm (emacs-sparql-mode): Improve description.
This commit is contained in:
parent
19b8056c50
commit
c8e03dfcd1
1 changed files with 6 additions and 5 deletions
|
@ -7378,13 +7378,14 @@ (define-public emacs-sparql-mode
|
|||
(sha256
|
||||
(base32 "0hqp8r24wvzrkl630wbm0lynrcrnawv2yn2a3xgwqwwhwgva35rn"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs `(("emacs-company" ,emacs-company)))
|
||||
(propagated-inputs
|
||||
`(("emacs-company" ,emacs-company)))
|
||||
(home-page "https://github.com/ljos/sparql-mode")
|
||||
(synopsis "SPARQL mode for Emacs")
|
||||
(description "This package provides a major mode for Emacs that provides
|
||||
syntax highlighting for SPARQL. It also provides a way to execute queries
|
||||
against a SPARQL HTTP endpoint, such as is provided by Fuseki. It is also
|
||||
possible to query other endpoints like DBPedia.")
|
||||
(description
|
||||
"This package is a major mode for Emacs that provides syntax highlighting
|
||||
for SPARQL. It can also execute queries against a SPARQL HTTP endpoint, such
|
||||
as Fuseki or DBPedia.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-better-defaults
|
||||
|
|
Loading…
Reference in a new issue