diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-11-08 21:33:33 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-11-08 21:33:33 +0100 |
commit | b6ecc7323a3d8fc619bcbdc9969f76aa9c253531 (patch) | |
tree | 06cbdfdbdb623b353cbc8f9319a3ae76e3d80acb | |
parent | 67ea34e1dd22d60b8b5e41b8bebbbe532fa8e22d (diff) |
gnu: emacs-treemacs: Improve description.
* gnu/packages/emacs-xyz.scm (emacs-treemacs)[description]: Expound
description.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 399a2bf949..093b1dcd29 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -20594,7 +20594,12 @@ processes for Emacs") #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 |