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