Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
276 views

Why do I start iswitchb-mode this way?

According to the emacs info page, here's how you enable iswitchb-mode: To enable Iswitchb mode, type M-x iswitchb-mode, or customize the variable iswitchb-mode to t So I put the following in ...
0
votes
2answers
103 views

ignore certain buffers using iswitchb

GNU Emacs 23.1 I am using iswitchb. However, when I press C-x b I get a list of buffers. However, I don't want to display one like scratch, Messages, GNU Emacs, etc. Just the buffers I have opened ...