summaryrefslogtreecommitdiff
path: root/rc/core/python.kak
diff options
context:
space:
mode:
Diffstat (limited to 'rc/core/python.kak')
-rw-r--r--rc/core/python.kak2
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 }