Set fill-column to 72 for git-commit-mode

This commit is contained in:
2018-05-30 11:33:05 +01:00
parent c8595b0797
commit dcfaccd920

View File

@@ -23,8 +23,10 @@
(defun siren-magit-mode-setup ())
(defun siren-git-commit-mode-setup ()
(setq tab-width 2
fill-column 72)
(subword-mode)
(setq tab-width 2)
(fci-mode t)
;; (flyspell-mode) ;; in GUI causes git-commit-mode to lock up emacs
(linum-mode t)