Merge pull request #1 from oscarfv/disable-column-number-mode
authorIan Kelling <ian@iankelling.org>
Thu, 31 Jul 2014 04:16:51 +0000 (21:16 -0700)
committerIan Kelling <ian@iankelling.org>
Thu, 31 Jul 2014 04:16:51 +0000 (21:16 -0700)
Disable column-number-mode

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))