Add electric-quote-local-mode to git-commit-mode
This commit is contained in:
parent
c7935980dc
commit
64c0b24e3c
1 changed files with 6 additions and 0 deletions
|
@ -224,6 +224,12 @@ This is currently the data directory under the
|
||||||
:interactive)
|
:interactive)
|
||||||
(add-to-list 'auto-mode-alist '("\\.mbsyncrc\\'" . mbsync-conf-mode))
|
(add-to-list 'auto-mode-alist '("\\.mbsyncrc\\'" . mbsync-conf-mode))
|
||||||
|
|
||||||
|
;;;;; Git commit mode:
|
||||||
|
|
||||||
|
;; Enable `electric-quote-local-mode' to easily type nice-looking
|
||||||
|
;; quotes while writing commits.
|
||||||
|
(add-hook 'git-commit-mode-hook 'electric-quote-local-mode)
|
||||||
|
|
||||||
;;;; Applications:
|
;;;; Applications:
|
||||||
|
|
||||||
;;;;; Magit:
|
;;;;; Magit:
|
||||||
|
|
Loading…
Reference in a new issue