From 1b9c8b9cf2ff0e91005abab01420c61ec5f2e084 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 1 Oct 2016 14:09:59 +0100 Subject: Fix hool -> hook in rc files --- rc/core/python.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc/core/python.kak') diff --git a/rc/core/python.kak b/rc/core/python.kak index 51e447ae..d5079504 100644 --- a/rc/core/python.kak +++ b/rc/core/python.kak @@ -79,7 +79,7 @@ hook global WinSetOption filetype=python %{ set window formatcmd "autopep8 -" } -hool -group python-highlight global WinSetOption filetype=(?!python).* %{ rmhl python } +hook -group python-highlight global WinSetOption filetype=(?!python).* %{ rmhl python } hook global WinSetOption filetype=(?!python).* %{ rmhooks window python-indent -- cgit v1.2.3