mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Set fill-column to 72 for git-commit-mode
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user