diff options
author | Alex Kost <alezost@gmail.com> | 2015-11-21 12:25:19 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-01-02 17:25:35 +0300 |
commit | e40b3c33f4750dcbe83012eb4e5b8e786f9f71b1 (patch) | |
tree | b0a90c77821e1798a51533b53fa681368374ec4c /doc | |
parent | c8e2666a8a6f0c96f389f8775f1d8dbad38153c1 (diff) | |
download | guix-e40b3c33f4750dcbe83012eb4e5b8e786f9f71b1.tar.gz |
emacs: Split 'guix-root-map' keymap.
* emacs/guix-base.el: (guix-root-map): Split into... (guix-buffer-map): ... this and... * emacs/guix-ui.el (guix-ui-map): ... this. (guix-ui-define-interface): Generate 'guix-ENTRY-TYPE-BUFFER-TYPE-mode-map' keymaps inheriting them from 'guix-ui-map' and 'guix-BUFFER-TYPE-mode-map'. * emacs/guix-info.el (guix-info-mode-map): Use 'guix-buffer-map'. * emacs/guix-list.el (guix-list-mode-map): Likewise. * doc/emacs.texi (Emacs Keymaps): Document new keymaps.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs.texi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/emacs.texi b/doc/emacs.texi index 5828bb74d5..15abedb6a1 100644 --- a/doc/emacs.texi +++ b/doc/emacs.texi @@ -439,8 +439,12 @@ 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-buffer-map +Parent keymap with general keys for any buffer type. + +@item guix-ui-map +Parent keymap with general keys for buffers used for Guix package +management (for packages, outputs and generations). @item guix-list-mode-map Parent keymap with general keys for ``list'' buffers. |