diff options
author | Alex Kost <alezost@gmail.com> | 2015-11-19 16:56:19 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-01-02 17:25:35 +0300 |
commit | cf910ceffc3ec61ee9761cabeda91ce1f5fdaf3a (patch) | |
tree | d44672bd66f4a175653d22bab1a00e690bab5af9 /doc/emacs.texi | |
parent | 78fdbdc033a6e33076fd87bb612247e93e9ca935 (diff) | |
download | patches-cf910ceffc3ec61ee9761cabeda91ce1f5fdaf3a.tar patches-cf910ceffc3ec61ee9761cabeda91ce1f5fdaf3a.tar.gz |
emacs: list: Split 'guix-list-format' variable.
* emacs/guix-list.el: Generate 'guix-ENTRY-TYPE-list-format' variables
for 'package', 'output' and 'generation' entry types.
(guix-list-format): Remove.
(guix-list-define-entry-type): Add ':format' keyword.
* doc/emacs.texi (Emacs Appearance): Adjust accordingly.
Diffstat (limited to 'doc/emacs.texi')
-rw-r--r-- | doc/emacs.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/emacs.texi b/doc/emacs.texi index fa0930d6aa..08c973e767 100644 --- a/doc/emacs.texi +++ b/doc/emacs.texi @@ -475,10 +475,11 @@ Keymap with keys available when a point is placed on a button. @subsubsection Appearance You can change almost any aspect of ``list'' / ``info'' buffers using -the following variables: +the following variables (@dfn{ENTRY-TYPE} means @code{package}, +@code{output} or @code{generation}): @table @code -@item guix-list-format +@item guix-ENTRY-TYPE-list-format @itemx guix-list-column-titles Specify the columns, their names, what and how is displayed in ``list'' buffers. |