mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
Refactor configuration file parsing
Now the time for importing the kitty.config module has been halved, from 16ms from 32ms on my machine. Also, the new architecture will eventually allow for auto generating a bunch of python-to-C boilerplate code.
This commit is contained in:
@@ -12,7 +12,7 @@ from .base import (
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from kitty.cli_stub import SetSpacingRCOptions as CLIOptions
|
||||
from kitty.options_stub import Options
|
||||
from kitty.options.types import Options
|
||||
|
||||
|
||||
def patch_window_edges(w: Window, s: Dict[str, Optional[float]]) -> None:
|
||||
|
||||
Reference in New Issue
Block a user