[Fix #436] Enable smartparens-mode in latex-mode
This commit is contained in:
parent
851854a173
commit
1b922c52c2
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@
|
|||
|
||||
(defun prelude-latex-mode-defaults ()
|
||||
(turn-on-auto-fill)
|
||||
(abbrev-mode +1))
|
||||
(abbrev-mode +1)
|
||||
(smartparens-mode +1))
|
||||
|
||||
(setq prelude-latex-mode-hook 'prelude-latex-mode-defaults)
|
||||
|
||||
|
|
Loading…
Reference in a new issue