]> code.delx.au - gnu-emacs-elpa/commitdiff
swiper.el (swiper-font-lock-ensure): Amend exception list
authorOleh Krehel <ohwoeowho@gmail.com>
Fri, 23 Oct 2015 12:08:15 +0000 (14:08 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 23 Oct 2015 12:08:15 +0000 (14:08 +0200)
Re #19

swiper.el

index 4cd0bfca9e3fa7f0e6248d39c782f644d6ca0f9a..8793502d01f1be077a32e773d7c8f505078d7190 100644 (file)
--- a/swiper.el
+++ b/swiper.el
                                  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)