mirror of
https://github.com/EnumeratedDev/typer.git
synced 2026-09-16 05:36:10 +00:00
Add configuration files for styles, keybindings and other options
This commit is contained in:
+9
-3
@@ -6,12 +6,18 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
// Read config
|
||||
readConfig()
|
||||
|
||||
// Read key bindings
|
||||
readKeybindings()
|
||||
|
||||
// Read styles
|
||||
readStyles()
|
||||
|
||||
// Initialize commands
|
||||
initCommands()
|
||||
|
||||
// Initialize key bindings
|
||||
initKeybindings()
|
||||
|
||||
window, err := CreateWindow()
|
||||
if err != nil {
|
||||
log.Fatalf("Failed to create window: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user