Fix sp-elixir-skip-def-p void-function error #712

This commit is contained in:
Henrik Lissner 2018-06-25 19:37:25 +02:00
parent 0dc0ccc63e
commit cba5270a7c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -12,7 +12,6 @@
(sp-local-pair "do" "end"
:when '(("RET" "<evil-ret>"))
:unless '(sp-in-comment-p sp-in-string-p)
:skip-match 'sp-elixir-skip-def-p
:post-handlers '("||\n[i]"))
(sp-local-pair "do " " end" :unless '(sp-in-comment-p sp-in-string-p))
(sp-local-pair "fn " " end" :unless '(sp-in-comment-p sp-in-string-p))))