From 55ac19beb3654f69d500436e70c0e274e68d3dde Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Thu, 24 Oct 2019 09:49:21 -0400 Subject: [PATCH] Auto load config TOML from #17 --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 875aa13..d83ecbc 100644 --- a/main.go +++ b/main.go @@ -37,6 +37,7 @@ func main() { } defer g.Close() g.SetManagerFunc(layout) + go RunCommand("config", "load") go populateList() go updateChatWindow() if len(os.Args) > 1 {