Stop ignoring IRC buffers
This commit is contained in:
parent
6e0e3ee819
commit
184ec5d2fc
1 changed files with 1 additions and 1 deletions
|
@ -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*"))))
|
||||||
|
|
Loading…
Reference in a new issue