[Misc] Don’t enable ‘electric-quote-mode’ in text-mode

It disturbs writing in org mode source blocks.
This commit is contained in:
Daniel - 2019-10-31 19:02:19 +01:00
parent 58a5d7e354
commit fd9c75d693
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 0 additions and 1 deletions

View File

@ -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