mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
emacs: Add 'guix-search-by-name'.
* emacs/guix-ui-package.el (guix-search-by-name): New command. * doc/emacs.texi (Emacs Commands): Document it.
This commit is contained in:
parent
e119ba9008
commit
27a2e48337
2 changed files with 16 additions and 0 deletions
|
@ -163,6 +163,11 @@ Search for packages by a specified regexp. By default ``name'',
|
|||
``synopsis'' and ``description'' of the packages will be searched. This
|
||||
can be changed by modifying @code{guix-package-search-params} variable.
|
||||
|
||||
@item M-x guix-search-by-name
|
||||
Search for packages with names matching a specified regexp. This
|
||||
command is the same as @code{guix-search-by-regexp}, except only a
|
||||
package ``name'' is searched.
|
||||
|
||||
@end table
|
||||
|
||||
By default, these commands display each output on a separate line. If
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue