summaryrefslogtreecommitdiff
path: root/doc/emacs.texi
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2015-06-24 10:36:18 +0300
committerAlex Kost <alezost@gmail.com>2015-06-26 16:15:45 +0300
commit74cc67372ec3771b157c015da4ba7ed5d921799f (patch)
tree9a2190ee4cffbc8e0dd51aa0e50dd610335e20ba /doc/emacs.texi
parent1c080cb68a4c92f8b740d9daca4075f141f5b659 (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/emacs.texi')
-rw-r--r--doc/emacs.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/emacs.texi b/doc/emacs.texi
index 0e89a11668..180037a88f 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
(@pxref{Init Rebinding,,, emacs, The GNU Emacs Manual}):
@table @code
+@item guix-root-map
+Parent keymap with general keys for all guix modes.
+
@item guix-list-mode-map
Parent keymap with general keys for ``list'' buffers.