Enable smartparens only for programming modes
This commit is contained in:
parent
5b3c4e26e8
commit
5a01605564
2 changed files with 1 additions and 1 deletions
modules
|
@ -120,6 +120,7 @@ This functions should be added to the hooks of major modes for programming."
|
|||
(flyspell-prog-mode))
|
||||
(when prelude-guru
|
||||
(guru-mode +1))
|
||||
(smartparens-mode +1)
|
||||
(prelude-enable-whitespace)
|
||||
(prelude-local-comment-auto-fill)
|
||||
(prelude-font-lock-comment-annotations))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue