diff --git a/aider/io.py b/aider/io.py index c7148f6cf..a98e470b0 100644 --- a/aider/io.py +++ b/aider/io.py @@ -284,6 +284,7 @@ class InputOutput: completion_menu_current_style ) + dump(style_dict) return Style.from_dict(style_dict) def read_image(self, filename):