diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-10-17 18:28:57 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-10-17 18:28:57 +0100 |
| commit | cf5bcdf1bb6853c2b1e75600ed43bc303e75f774 (patch) | |
| tree | bd48e607cbb01c8612a2b2c64477a0989155ce9e /rc/core/python.kak | |
| parent | 1431dcff462bb7fc988be099b68070b43495b101 (diff) | |
| parent | 617a5b72e25e7f60ce05ef095c8b3675029c5246 (diff) | |
Merge remote-tracking branch 'lenormf/fix-formatcmd'
Diffstat (limited to 'rc/core/python.kak')
| -rw-r--r-- | rc/core/python.kak | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rc/core/python.kak b/rc/core/python.kak index 69da651a..42d9d449 100644 --- a/rc/core/python.kak +++ b/rc/core/python.kak @@ -75,8 +75,6 @@ hook global WinSetOption filetype=python %{ hook window InsertChar \n -group python-indent _python_indent_on_new_line # cleanup trailing whitespaces on current line insert end hook window InsertEnd .* -group python-indent %{ try %{ exec -draft \; <a-x> s ^\h+$ <ret> d } } - - set window formatcmd "autopep8 -" } hook -group python-highlight global WinSetOption filetype=(?!python).* %{ rmhl python } |
