mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Add headers to options def files
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# vim:fileencoding=utf-8
|
||||||
|
# License: GPLv3 Copyright: 2021, Kovid Goyal <kovid at kovidgoyal.net>
|
||||||
|
|
||||||
|
# After editing this file run ./gen-config.py to apply the changes
|
||||||
|
|
||||||
from kitty.conf.types import Action, Definition
|
from kitty.conf.types import Action, Definition
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# vim:fileencoding=utf-8
|
||||||
|
# License: GPLv3 Copyright: 2021, Kovid Goyal <kovid at kovidgoyal.net>
|
||||||
|
|
||||||
|
# After editing this file run ./gen-config.py to apply the changes
|
||||||
|
|
||||||
from kitty.conf.types import Action, Definition
|
from kitty.conf.types import Action, Definition
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user