From: Óscar Fuentes Date: Wed, 30 Jul 2014 14:13:29 +0000 (+0200) Subject: Disable column-number-mode X-Git-Url: https://iankelling.org/git/?p=spray;a=commitdiff_plain;h=eafbada8dae4337ff9b3fe8e3ea21b4abf0f207f Disable column-number-mode Otherwise, when the displayed word changes the column indicator changes too, which is distracting. --- diff --git a/spray.el b/spray.el index a8ec382..a15274f 100644 --- 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))