branch: master
commit c3f5f28215ebb99f372151942b09b6a1e607d726
Author: Mekeor Melire <[email protected]>
Commit: GitHub <[email protected]>

    Add circe-mode to swiper-font-lock-exclude
    
    This solves a bug reported for Circe, an IRC client for Emacs, at 
https://github.com/jorgenschaefer/circe/issues/303. This change was an idea of 
https://github.com/wasamasa. Also thanks to alphor from #emacs-circe@freenode.
---
 swiper.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/swiper.el b/swiper.el
index 0ed3a8d..452f09c 100644
--- a/swiper.el
+++ b/swiper.el
@@ -254,6 +254,7 @@
     twittering-mode
     vc-dir-mode
     rcirc-mode
+    circe-mode
     sauron-mode
     w3m-mode)
   "List of major-modes that are incompatible with font-lock-ensure.")

Reply via email to