branch: master
commit 22ee8a64b6d40b33c6e4889dbe3a46dbe6479fbb
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    swiper.el (swiper-font-lock-ensure): Ignore Man-mode
---
 swiper.el |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/swiper.el b/swiper.el
index 24be153..816d1fe 100644
--- a/swiper.el
+++ b/swiper.el
@@ -145,7 +145,9 @@
                                  dired-mode
                                  jabber-chat-mode
                                  elfeed-search-mode
-                                 fundamental-mode)))
+                                 fundamental-mode
+                                 Man-mode
+                                 woman-mode)))
     (unless (> (buffer-size) 100000)
       (if (fboundp 'font-lock-ensure)
           (font-lock-ensure)

Reply via email to