iflipb
changeset 15:fa0c537cd935
Mention iflipb-boring-buffer-filter
| author | Joel Rosdahl <joel@rosdahl.net> |
|---|---|
| date | Fri Aug 21 20:48:35 2009 +0200 (2009-08-21) |
| parents | 6f2032f36c81 |
| children | 5966baa63a02 |
| files | iflipb.el |
line diff
1.1 --- a/iflipb.el Fri Aug 21 20:10:00 2009 +0200 1.2 +++ b/iflipb.el Fri Aug 21 20:48:35 2009 +0200 1.3 @@ -36,7 +36,7 @@ 1.4 ;; iflipb-previous-buffer behaves like Alt-Shift-TAB: it walks 1.5 ;; backwards in the buffer list. 1.6 ;; 1.7 -;; To load iflipb, store iflipb.el in your Emacs library path and put 1.8 +;; To load iflipb, store iflipb.el in your Emacs load path and put 1.9 ;; 1.10 ;; (require 'iflipb) 1.11 ;; 1.12 @@ -63,6 +63,10 @@ 1.13 ;; (global-set-key (kbd "<f10>") 'iflipb-next-buffer) 1.14 ;; (global-set-key (kbd "<f9>") 'iflipb-previous-buffer) 1.15 ;; 1.16 +;; iflipb by default ignores buffers starting with an asterix or 1.17 +;; space. See the documentation of the variable 1.18 +;; iflipb-boring-buffer-filter for how to change this. 1.19 +;; 1.20 ;; iflipb was inspired by cycle-buffer.el 1.21 ;; <http://kellyfelkins.org/pub/cycle-buffer.el>. cycle-buffer.el has 1.22 ;; some more features, but doesn't quite behave like I want, so I
