mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: emacs-treemacs: Improve description.
* gnu/packages/emacs-xyz.scm (emacs-treemacs)[description]: Expound description.
This commit is contained in:
parent
67ea34e1dd
commit
b6ecc7323a
1 changed files with 6 additions and 1 deletions
|
@ -20594,7 +20594,12 @@ (define-public emacs-treemacs
|
|||
#t)))))))
|
||||
(home-page "https://github.com/Alexander-Miller/treemacs")
|
||||
(synopsis "Emacs tree style file explorer")
|
||||
(description "Powerful and flexible file tree project explorer.")
|
||||
(description
|
||||
"Treemacs is a file and project explorer similar to NeoTree or Vim's
|
||||
NerdTree, but largely inspired by the Project Explorer in Eclipse. It shows
|
||||
the file system outlines of your projects in a simple tree layout allowing
|
||||
quick navigation and exploration, while also possessing basic file management
|
||||
utilities.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-treemacs-extra
|
||||
|
|
Loading…
Reference in a new issue