diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-10-01 14:09:59 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-10-01 14:09:59 +0100 |
| commit | 1b9c8b9cf2ff0e91005abab01420c61ec5f2e084 (patch) | |
| tree | 0f99167030d221f30f6039aebb9d3b738645ac5c /rc/core/python.kak | |
| parent | 8cc30a8ca06bc5bad09c18d06298ad8bdc5114da (diff) | |
Fix hool -> hook in rc files
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 |
