From 184ec5d2fcf0a0d0b0c1a8b7a63405fcee23e89e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 3 Sep 2015 15:58:55 +0200 Subject: Stop ignoring IRC buffers --- emacs/.emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 58e9220..9ecc3c1 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -1119,7 +1119,7 @@ from myaethon2.core.decorators import ( (stante-after ido (setq ido-ignore-buffers - (list "^\\` " "^irc\\." "^\\#" "^\\*Customize Option:" + (list "^\\` " "^irc\\." "^\\*Customize Option:" (rx (or "*-jabber-roster-*" "*Messages*" "*fsm-debug*" "*magit-process*" "*magit-edit-log*" "*Backtrace*" "*Ibuffer*")))) -- cgit v1.2.3-54-g00ecf