From 996168f504e963ef254bf126913da7a15241b2c2 Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Mon, 11 Dec 2017 18:27:28 +0300 Subject: [PATCH] rc pony: Remove hardcoded indentation settings --- rc/extra/pony.kak | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rc/extra/pony.kak b/rc/extra/pony.kak index ce96fd48..7444639a 100644 --- a/rc/extra/pony.kak +++ b/rc/extra/pony.kak @@ -90,11 +90,6 @@ hook global WinSetOption filetype=pony %{ hook window InsertEnd .* -group pony-indent %{ try %{ execute-keys -draft \; s ^\h+$ d } } } -hook global WinSetOption filetype=pony %{ - set-option buffer tabstop 2 - set-option buffer indentwidth 2 -} - hook -group pony-highlight global WinSetOption filetype=(?!pony).* %{ remove-highlighter pony } hook global WinSetOption filetype=(?!pony).* %{