mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
...
This commit is contained in:
@@ -485,5 +485,5 @@ def prepare_config_file_for_editing():
|
||||
except FileExistsError:
|
||||
pass
|
||||
with open(defconf, 'w') as f:
|
||||
f.write(commented_out_default_config)
|
||||
f.write(commented_out_default_config())
|
||||
return defconf
|
||||
|
||||
Reference in New Issue
Block a user