iankelling.org
/
git
/
spray
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c87b4ac
)
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
patch
|
blob
|
history
diff --git
a/spray.el
b/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))