diff --git a/rc/filetype/markdown.kak b/rc/filetype/markdown.kak index 3aaf1c45..d6d95b14 100644 --- a/rc/filetype/markdown.kak +++ b/rc/filetype/markdown.kak @@ -124,7 +124,7 @@ define-command -hidden markdown-indent-on-new-line %{ define-command -hidden markdown-load-languages %{ evaluate-commands -draft %{ try %{ execute-keys 'gtGbGls```\h*\{?[.=]?\K[^}\s]+' - evaluate-commands -itersel %{ require-module %val{selection} } + evaluate-commands -itersel %{ try %{ require-module %val{selection} } } }} }