branch: master
commit f97622d19205ee42cad4087d5ab46167304fb6bf
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    swiper.el (swiper-font-lock-ensure): Ignore fundamental-mode
    
    ELP uses this.
---
 swiper.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/swiper.el b/swiper.el
index 51af8e0..1a39d82 100644
--- a/swiper.el
+++ b/swiper.el
@@ -139,7 +139,8 @@
                                  org-agenda-mode
                                  dired-mode
                                  jabber-chat-mode
-                                 elfeed-search-mode)))
+                                 elfeed-search-mode
+                                 fundamental-mode)))
     (unless (> (buffer-size) 100000)
       (if (fboundp 'font-lock-ensure)
           (font-lock-ensure)

Reply via email to