branch: master
commit 1af25f6224c5e781d7f3f31cd5d8a884ee6645a9
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
swiper.el (swiper-font-lock-ensure): Amend exception list
Re #19
---
swiper.el | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/swiper.el b/swiper.el
index 4cd0bfc..8793502 100644
--- a/swiper.el
+++ b/swiper.el
@@ -231,12 +231,14 @@
dired-mode
jabber-chat-mode
elfeed-search-mode
+ elfeed-show-mode
fundamental-mode
Man-mode
woman-mode
mu4e-view-mode
mu4e-headers-mode
- help-mode)))
+ help-mode
+ w3m-mode)))
(unless (> (buffer-size) 100000)
(if (fboundp 'font-lock-ensure)
(font-lock-ensure)