me
/
guix
Archived
1
0
Fork 0

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.
master
Nicolas Goaziou 2022-11-24 12:59:08 +01:00
parent 826d862eb3
commit b438e1f231
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 4 additions and 4 deletions

View File

@ -11851,10 +11851,10 @@ like @code{org-edit-src-code} but for arbitrary regions.")
(synopsis "Manage and navigate projects in Emacs easily") (synopsis "Manage and navigate projects in Emacs easily")
(description (description
"This library provides easy project management and navigation. The "This library provides easy project management and navigation. The
concept of a project is pretty basic - just a folder containing special file. concept of a project is pretty basic: just a folder containing special file.
Currently git, mercurial and bazaar repos are considered projects by default. Currently Git, Mercurial and Bazaar repositories are considered projects by
If you want to mark a folder manually as a project just create an empty default. If you want to mark a folder manually as a project just create an
.projectile file in it.") empty @file{.projectile} file in it.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-skeletor (define-public emacs-skeletor