More comments and a slight optimization for syntax file loading

This commit is contained in:
Zachary Yedidia
2016-04-18 16:12:34 -04:00
parent da1fd102c6
commit 4428d893b5
2 changed files with 26 additions and 8 deletions

View File

@@ -106,10 +106,10 @@ func main() {
os.Exit(1)
}
// Find the user's configuration directory (probably $XDG_CONFIG_HOME/micro)
InitConfigDir()
// Load the user's settings
InitSettings()
// Load the syntax files, including the colorscheme
LoadSyntaxFiles()