Same config, different fill mode in magit commit #16475
-
I'm sharing my spacemacs config between a ubuntu machine and a macbook, so I expect a very similar feel on both machines. However when I open a commit message window (through magit) on the ubuntu machine, the fill-column is set to 120. Whereas on the macbook it's set to 80. Other files have a fill-column of 80 on both machines, so it doesn't seem like a global which is different between machines. Can anyone help me debug where this difference may come from? Both are on latest spacemacs develop |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Have you tried |
Beta Was this translation helpful? Give feedback.
Have you tried
M-x debug-on-variable-change
? It should help you pin down at least which package/function is setting it to 120.