summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-09-03 15:58:55 +0200
committerGravatar Tom Willemse2015-09-03 15:58:55 +0200
commit184ec5d2fcf0a0d0b0c1a8b7a63405fcee23e89e (patch)
tree7685f851041ce10c5a2798d9164484567dcbab05 /emacs
parent6e0e3ee819674f974c675174f0356dd9f259df38 (diff)
downloaddotfiles-184ec5d2fcf0a0d0b0c1a8b7a63405fcee23e89e.tar.gz
dotfiles-184ec5d2fcf0a0d0b0c1a8b7a63405fcee23e89e.zip
Stop ignoring IRC buffers
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
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*"))))