Stop ignoring IRC buffers

This commit is contained in:
Tom Willemse 2015-09-03 15:58:55 +02:00
parent 6e0e3ee819
commit 184ec5d2fc

View file

@ -1119,7 +1119,7 @@ from myaethon2.core.decorators import (
(stante-after ido (stante-after ido
(setq ido-ignore-buffers (setq ido-ignore-buffers
(list "^\\` " "^irc\\." "^\\#" "^\\*Customize Option:" (list "^\\` " "^irc\\." "^\\*Customize Option:"
(rx (or "*-jabber-roster-*" "*Messages*" "*fsm-debug*" (rx (or "*-jabber-roster-*" "*Messages*" "*fsm-debug*"
"*magit-process*" "*magit-edit-log*" "*Backtrace*" "*magit-process*" "*magit-edit-log*" "*Backtrace*"
"*Ibuffer*")))) "*Ibuffer*"))))