LoginSignup
1
2

More than 5 years have passed since last update.

Magitでコミットメッセージが書きづらい

Posted at
  1. キーバインド C-; が奪われる
  2. 途中で勝手に改行される

となって、(私には)非常に使いづらくなっていました。
原因は git-commit-mode-hook で flyspell と turn-on-auto-fill が起動しているせいだったので、次のようにすると快適になりました。

(setq git-commit-mode-hook nil)

※最新の Magit だと flyspell は外され turn-on-auto-fill だけ有効になっているようです。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2