rc pony: Remove hardcoded indentation settings

This commit is contained in:
Frank LENORMAND 2017-12-11 18:27:28 +03:00
parent 19556d5fbe
commit 996168f504

View File

@ -90,11 +90,6 @@ hook global WinSetOption filetype=pony %{
hook window InsertEnd .* -group pony-indent %{ try %{ execute-keys -draft \; <a-x> s ^\h+$ <ret> 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).* %{