mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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 @@ (define-public emacs-citre
|
|||
(search-input-file inputs "/bin/global"))))))))
|
||||
(inputs (list global universal-ctags))
|
||||
(home-page "https://github.com/universal-ctags/citre")
|
||||
(synopsis "Ctags IDE on the True Editor")
|
||||
(synopsis "Ctags IDE on Emacs")
|
||||
(description
|
||||
"Citre is an advanced Ctags (or actually, readtags) frontend for
|
||||
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
|
||||
buffer.")
|
||||
(license license:gpl3+)))
|
||||
|
|
Loading…
Reference in a new issue