diff options
| author | Alex Kost <alezost@gmail.com> | 2015-06-24 10:36:18 +0300 |
|---|---|---|
| committer | Alex Kost <alezost@gmail.com> | 2015-06-26 16:15:45 +0300 |
| commit | 74cc67372ec3771b157c015da4ba7ed5d921799f (patch) | |
| tree | 9a2190ee4cffbc8e0dd51aa0e50dd610335e20ba /doc | |
| parent | 1c080cb68a4c92f8b740d9daca4075f141f5b659 (diff) | |
emacs: Add 'guix-root-map'.
* emacs/guix-base.el (guix-define-buffer-type): Move common key bindings
from here...
(guix-root-map): ... to here. New variable.
* emacs/guix-info.el (guix-info-mode-map): Use it.
* emacs/guix-list.el (guix-list-mode-map): Use it.
* doc/emacs.texi (Emacs Keymaps): Document it.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/emacs.texi b/doc/emacs.texi index 0e89a11668c..180037a88fb 100644 --- a/doc/emacs.texi +++ b/doc/emacs.texi | |||
| @@ -426,6 +426,9 @@ If you want to change default key bindings, use the following keymaps | |||
| 426 | (@pxref{Init Rebinding,,, emacs, The GNU Emacs Manual}): | 426 | (@pxref{Init Rebinding,,, emacs, The GNU Emacs Manual}): |
| 427 | 427 | ||
| 428 | @table @code | 428 | @table @code |
| 429 | @item guix-root-map | ||
| 430 | Parent keymap with general keys for all guix modes. | ||
| 431 | |||
| 429 | @item guix-list-mode-map | 432 | @item guix-list-mode-map |
| 430 | Parent keymap with general keys for ``list'' buffers. | 433 | Parent keymap with general keys for ``list'' buffers. |
| 431 | 434 | ||
