emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 22ee8a6 23/63: swiper.el (swiper-font-lock-ensure): Ignore


From: Oleh Krehel
Subject: [elpa] master 22ee8a6 23/63: swiper.el (swiper-font-lock-ensure): Ignore Man-mode
Date: Fri, 21 Aug 2015 12:08:36 +0000

branch: master
commit 22ee8a64b6d40b33c6e4889dbe3a46dbe6479fbb
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]