From eafbada8dae4337ff9b3fe8e3ea21b4abf0f207f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=93scar=20Fuentes?= Date: Wed, 30 Jul 2014 16:13:29 +0200 Subject: [PATCH] Disable column-number-mode Otherwise, when the displayed word changes the column indicator changes too, which is distracting. --- spray.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) -- 2.30.2