aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el6
1 files changed, 6 insertions, 0 deletions
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: