From 97ea040dcdc448e5d1c418416ce372cf8eea5995 Mon Sep 17 00:00:00 2001 From: Octocat Date: Sat, 25 Feb 2012 14:43:26 +0400 Subject: [PATCH] New iswitchb exclude regexp --- rc/core/rc-iswitchb.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rc/core/rc-iswitchb.el b/rc/core/rc-iswitchb.el index 8c5dea3..704ce02 100644 --- a/rc/core/rc-iswitchb.el +++ b/rc/core/rc-iswitchb.el @@ -78,6 +78,7 @@ (add-to-list 'iswitchb-buffer-ignore "\\*GTAGS") (add-to-list 'iswitchb-buffer-ignore "\\*Symref") (add-to-list 'iswitchb-buffer-ignore "^\\.cabal$") -(add-to-list 'iswitchb-buffer-ignore "^*Org Agenda*$") +(add-to-list 'iswitchb-buffer-ignore "*Org Agenda*") +(add-to-list 'iswitchb-buffer-ignore "\\.htm*") ;;; emacs-rc-iswitchb.el ends here