Skip to content

Commit

Permalink
Don't include default_pygments_style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanslenders committed Jun 2, 2018
1 parent 783236a commit 4901105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ptpython/python_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ def _create_application(self):
paste_mode=Condition(lambda: self.paste_mode),
mouse_support=Condition(lambda: self.enable_mouse_support),
style=DynamicStyle(lambda: self._current_style),
include_default_pygments_style=False,
reverse_vi_search_direction=True)

def _create_buffer(self):
Expand Down

0 comments on commit 4901105

Please sign in to comment.