Disable column-number-mode
authorÓscar Fuentes <oscarfv@telefonica.net>
Wed, 30 Jul 2014 14:13:29 +0000 (16:13 +0200)
committerÓscar Fuentes <oscarfv@telefonica.net>
Wed, 30 Jul 2014 14:13:29 +0000 (16:13 +0200)
Otherwise, when the displayed word changes the column indicator changes
too, which is distracting.

spray.el

index a8ec3829779b61863d012c0143b344195ea7b46a..a15274f0adb71f2688c785b5967656196ef58521 100644 (file)
--- a/spray.el
+++ b/spray.el
@@ -123,7 +123,8 @@ decreasing by one for each subsequent word."
   :type 'integer)
 
 (defcustom spray-unsupported-minor-modes
-  '(buffer-face-mode smartparens-mode highlight-symbol-mode)
+  '(buffer-face-mode smartparens-mode highlight-symbol-mode
+                    column-number-mode)
   "Minor modes to toggle off when in spray mode."
   :group 'spray
   :type '(list symbol))