]> code.delx.au - gnu-emacs-elpa/blob - packages/temp-buffer-browse/README.rst
Merge commit '0cda39255827f283e7578cd469ae42daad9556a2' from js2-mode
[gnu-emacs-elpa] / packages / temp-buffer-browse / README.rst
1 =========================
2 Temp Buffer Browse Mode
3 =========================
4
5 Allow keys ``SPC``, ``DEL`` and ``RET`` immediately following a temp
6 buffer popup to scroll up, scroll down and close the temp buffer
7 window, respectively.
8
9 This package is part of `GNU ELPA <http://elpa.gnu.org>`_
10 (``M-x list-packages``).
11
12 Patches, feature requests and bug reports are welcome. Thanks.
13
14 To use
15 ~~~~~~
16
17 ::
18
19 (require 'temp-buffer-browse)
20 (temp-buffer-browse-mode 1)