Add automatic settings to ~/.micro/settings.json

This commit is contained in:
Zachary Yedidia
2016-03-28 21:10:10 -04:00
parent 77164fd08c
commit 62967c7935
9 changed files with 128 additions and 56 deletions

View File

@@ -64,7 +64,7 @@ func main() {
os.Exit(1)
}
InitOptions()
InitSettings()
// Should we enable true color?
truecolor := os.Getenv("MICRO_TRUECOLOR") == "1"