summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 83d81d4..36b3d32 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -56,6 +56,8 @@
(global-auto-revert-mode 1)
(show-paren-mode 1)
+(global-set-key (kbd "C-c q") #'electric-quote-local-mode)
+
;; Buffer Management
@@ -167,6 +169,7 @@
(setq git-commit-summary-max-length 50)
+(add-hook 'git-commit-setup-hook #'electric-quote-local-mode)
(add-hook 'git-commit-setup-hook #'git-commit-turn-on-flyspell)
(global-set-key (kbd "C-c k") #'magit-status)