Fix sp-elixir-skip-def-p void-function error #712
This commit is contained in:
parent
0dc0ccc63e
commit
cba5270a7c
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@
|
||||||
(sp-local-pair "do" "end"
|
(sp-local-pair "do" "end"
|
||||||
:when '(("RET" "<evil-ret>"))
|
:when '(("RET" "<evil-ret>"))
|
||||||
:unless '(sp-in-comment-p sp-in-string-p)
|
:unless '(sp-in-comment-p sp-in-string-p)
|
||||||
:skip-match 'sp-elixir-skip-def-p
|
|
||||||
:post-handlers '("||\n[i]"))
|
:post-handlers '("||\n[i]"))
|
||||||
(sp-local-pair "do " " end" :unless '(sp-in-comment-p sp-in-string-p))
|
(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))))
|
(sp-local-pair "fn " " end" :unless '(sp-in-comment-p sp-in-string-p))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue