From c5fad3cab647a5a076f6d0aedb5d141ffce0d53b Mon Sep 17 00:00:00 2001 From: lePerdu Date: Mon, 11 Nov 2019 08:14:18 -0500 Subject: [PATCH] Don't set formatcmd in the syntax file --- rc/filetype/elm.kak | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rc/filetype/elm.kak b/rc/filetype/elm.kak index 014c4592..07d2d8d3 100644 --- a/rc/filetype/elm.kak +++ b/rc/filetype/elm.kak @@ -25,10 +25,6 @@ hook -group elm-highlight global WinSetOption filetype=elm %{ hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/elm } } -hook global WinSetOption filetype=elm %{ - set-option window formatcmd 'elm-format --stdin' -} - provide-module elm %[