mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
More comments and a slight optimization for syntax file loading
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user