From 74cc67372ec3771b157c015da4ba7ed5d921799f Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Wed, 24 Jun 2015 10:36:18 +0300 Subject: 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. --- doc/emacs.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/emacs.texi') 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. -- cgit v1.2.3