Move smartparens configs to modules

This commit is contained in:
Henrik Lissner 2016-03-28 21:39:13 -04:00
parent 1c37aebd2e
commit f9e488cb0c
11 changed files with 98 additions and 61 deletions

View file

@ -10,6 +10,10 @@
:init
(add-hook! markdown-mode 'narf|enable-hard-wrap)
:config
(sp-local-pair 'markdown-mode "```" "```"
:post-handlers '(("||\n[i]" "RET"))
:unless '(sp-point-before-word-p sp-point-before-same-p))
(map! (:map markdown-mode-map
"<backspace>" nil
"<M-left>" nil