mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-citre: Improve synopsis and description.
* gnu/packages/emacs-xyz.scm (emacs-citre)[synopsis]: Clarify meaning. [description]: Fix typo.
This commit is contained in:
parent
d9a45d2cc8
commit
7c01abeb6e
1 changed files with 2 additions and 2 deletions
|
@ -34186,11 +34186,11 @@ project.el and xref.el.")
|
||||||
(search-input-file inputs "/bin/global"))))))))
|
(search-input-file inputs "/bin/global"))))))))
|
||||||
(inputs (list global universal-ctags))
|
(inputs (list global universal-ctags))
|
||||||
(home-page "https://github.com/universal-ctags/citre")
|
(home-page "https://github.com/universal-ctags/citre")
|
||||||
(synopsis "Ctags IDE on the True Editor")
|
(synopsis "Ctags IDE on Emacs")
|
||||||
(description
|
(description
|
||||||
"Citre is an advanced Ctags (or actually, readtags) frontend for
|
"Citre is an advanced Ctags (or actually, readtags) frontend for
|
||||||
Emacs. It offers Completion At Point, Xref and Imenu integration. It also
|
Emacs. It offers Completion At Point, Xref and Imenu integration. It also
|
||||||
prodites a Completing Read UI for jumping to definition and a powerful code
|
provides a Completing Read UI for jumping to definition and a powerful code
|
||||||
reading tool that lets you go down the rabbit hole without leaving current
|
reading tool that lets you go down the rabbit hole without leaving current
|
||||||
buffer.")
|
buffer.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue