From e1da5c0bbfb55fcbd880adcb3998d8fe6d325703 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 18 Oct 2018 17:39:25 +0200 Subject: [PATCH] [Init] Enable electric-quote-mode only in text-mode buffers --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 7e0f2b4..5c39af8 100644 --- a/init.el +++ b/init.el @@ -99,7 +99,6 @@ (display-battery-mode -1) (electric-pair-mode +1) - (electric-quote-mode +1) (recentf-mode t) (winner-mode 1) @@ -139,6 +138,7 @@ ;; what is happening here (add-hook 'text-mode-hook 'turn-on-flyspell)) (add-hook 'text-mode-hook 'yas-minor-mode-on) + (add-hook 'text-mode-hook 'electric-quote-mode) ;; Auto-Modes