From fd9c75d69346a4b3244b3234e7852159317d2085 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 31 Oct 2019 19:02:19 +0100 Subject: [PATCH] =?UTF-8?q?[Misc]=20Don=E2=80=99t=20enable=20=E2=80=98elec?= =?UTF-8?q?tric-quote-mode=E2=80=99=20in=20text-mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It disturbs writing in org mode source blocks. --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index 4ad7128..ddc3bb9 100644 --- a/init.el +++ b/init.el @@ -147,7 +147,6 @@ (add-hook 'text-mode-hook 'turn-on-auto-fill) (add-hook 'text-mode-hook 'yas-minor-mode-on) - (add-hook 'text-mode-hook 'electric-quote-mode) ;; Auto-Modes