diff options
Diffstat (limited to 'rc/core/python.kak')
| -rw-r--r-- | rc/core/python.kak | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
