mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: emacs-projectile: Improve description.
* gnu/packages/emacs-xyz.scm (emacs-projectile)[description]: Use proper capitalization, expand some words, add Texinfo markup, remove fancy typography.
This commit is contained in:
parent
826d862eb3
commit
b438e1f231
1 changed files with 4 additions and 4 deletions
|
@ -11851,10 +11851,10 @@ (define-public emacs-projectile
|
|||
(synopsis "Manage and navigate projects in Emacs easily")
|
||||
(description
|
||||
"This library provides easy project management and navigation. The
|
||||
concept of a project is pretty basic - just a folder containing special file.
|
||||
Currently git, mercurial and bazaar repos are considered projects by default.
|
||||
If you want to mark a folder manually as a project just create an empty
|
||||
.projectile file in it.")
|
||||
concept of a project is pretty basic: just a folder containing special file.
|
||||
Currently Git, Mercurial and Bazaar repositories are considered projects by
|
||||
default. If you want to mark a folder manually as a project just create an
|
||||
empty @file{.projectile} file in it.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-skeletor
|
||||
|
|
Loading…
Reference in a new issue