diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index a06bad9..8c5e351 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -224,6 +224,12 @@ This is currently the data directory under the :interactive) (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: ;;;;; Magit: