[Init] Enable electric-quote-mode only in text-mode buffers

This commit is contained in:
Daniel - 2018-10-18 17:39:25 +02:00
parent 54a3cef8f3
commit e1da5c0bbf
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

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