mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: emacs-epkg: Clean-up description.
* gnu/packages/emacs-xyz.scm (emacs-epkg)[description]: Remove useless information.
This commit is contained in:
parent
6cc585919e
commit
7651c9bb66
1 changed files with 1 additions and 17 deletions
|
@ -17601,23 +17601,7 @@ (define-public emacs-epkg
|
|||
(description "This package provides access to a local copy of the
|
||||
Emacsmirror package database. It provides low-level functions for querying
|
||||
the database and a @file{package.el} user interface for browsing the database.
|
||||
Epkg itself is not a package manager.
|
||||
|
||||
Getting a local copy:
|
||||
|
||||
@example
|
||||
git clone https://github.com/emacsmirror/epkgs.git ~/.emacs.d/epkgs
|
||||
cd ~/.emacs.d/epkgs
|
||||
git submodule init
|
||||
git config --global url.https://github.com/.insteadOf git@@github.com:
|
||||
git submodule update
|
||||
@end example
|
||||
|
||||
Some submodule may be missing. In this case Git will prompt for a GitHub user
|
||||
name and password. To skip it press a @key{Return} key.
|
||||
|
||||
You could get a Epkg package list by invoking @code{epkg-list-packages} in
|
||||
Emacs.")
|
||||
Epkg itself is not a package manager.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-elisp-slime-nav
|
||||
|
|
Loading…
Reference in a new issue