[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: emacs-treemacs: Improve description.
From: |
guix-commits |
Subject: |
03/03: gnu: emacs-treemacs: Improve description. |
Date: |
Sun, 8 Nov 2020 15:34:35 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit b6ecc7323a3d8fc619bcbdc9969f76aa9c253531
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Nov 8 21:33:33 2020 +0100
gnu: emacs-treemacs: Improve description.
* gnu/packages/emacs-xyz.scm (emacs-treemacs)[description]: Expound
description.
---
gnu/packages/emacs-xyz.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 399a2bf..093b1dc 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