]> code.delx.au - gnu-emacs-elpa/commitdiff
swiper.el (swiper-font-lock-ensure): Ignore fundamental-mode
authorOleh Krehel <ohwoeowho@gmail.com>
Mon, 11 May 2015 13:58:53 +0000 (15:58 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Mon, 11 May 2015 13:59:08 +0000 (15:59 +0200)
ELP uses this.

swiper.el

index 51af8e0250d708aaf9b81c7aa48db92856a19c3c..1a39d82544e3932b347b2d8f062dfb5a534f0ef2 100644 (file)
--- a/swiper.el
+++ b/swiper.el
                                  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)