Revert 3bb384f95
& improve ocaml comment continuation
Back to the default behavior because this implementation was too buggy. Solution needs a rework.
This commit is contained in:
parent
a10f3e2670
commit
f426623e4b
3 changed files with 5 additions and 7 deletions
|
@ -178,7 +178,7 @@
|
|||
(sp-local-pair "(*" "*)" :actions nil)
|
||||
(sp-local-pair "(*" "*"
|
||||
:actions '(insert)
|
||||
:post-handlers '(("| " "SPC") ("|\n[i]*)[d-2]" "RET")))))
|
||||
:post-handlers '(("| " "SPC") ("|[i]*)[d-2]" "RET")))))
|
||||
|
||||
(after! smartparens-markdown
|
||||
(sp-with-modes '(markdown-mode gfm-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue