diff options
author | Stephen Eglen <stephen@gnu.org> | 1999-10-03 15:37:50 +0000 |
---|---|---|
committer | Stephen Eglen <stephen@gnu.org> | 1999-10-03 15:37:50 +0000 |
commit | 6b8ad34c72b1a609a8398948e4f01c590d30a6c6 (patch) | |
tree | d1504f5387191c960acb428221cffeecd45f7661 /lisp/iswitchb.el | |
parent | c3d89dff5e79ce4fcc13d8671dcce1e88d5e5404 (diff) | |
download | emacs-6b8ad34c72b1a609a8398948e4f01c590d30a6c6.tar.gz |
Update installation notes.
Diffstat (limited to 'lisp/iswitchb.el')
-rw-r--r-- | lisp/iswitchb.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index f2d5fc4f926..4fa30f9742e 100644 --- a/lisp/iswitchb.el +++ b/lisp/iswitchb.el @@ -29,6 +29,10 @@ ;; Installation: ;; To get the functions in this package bound to keys, do ;; (iswitchb-default-keybindings) +;; +;; If you want to use the features of iswitchb, but without rebinding +;; the keys as above, then you need to add the following hook: +;; (add-hook 'minibuffer-setup-hook 'iswitchb-minibuffer-setup) ;; As you type in a substring, the list of buffers currently matching ;; the substring are displayed as you type. The list is ordered so |