branch: master
commit 01b0195a49d99ee54ed8723b07f91497a768d317
Author: Mekeor Melire <[email protected]>
Commit: GitHub <[email protected]>
Correct Circe major-modes in ...-font-lock-exclude
There is no `circe-mode` but there are `circe-channel-mode`,
`circe-server-mode` and `circe-query-mode`. See
https://github.com/jorgenschaefer/circe/blob/a9df12a6e2f2c8e940722e151829d5dcf980c902/circe.el#L1757
---
swiper.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/swiper.el b/swiper.el
index 452f09c..3d43c16 100644
--- a/swiper.el
+++ b/swiper.el
@@ -254,7 +254,9 @@
twittering-mode
vc-dir-mode
rcirc-mode
- circe-mode
+ circe-channel-mode
+ circe-server-mode
+ circe-query-mode
sauron-mode
w3m-mode)
"List of major-modes that are incompatible with font-lock-ensure.")