Remove local settings

This commit is contained in:
Zachary Yedidia
2019-08-03 17:12:23 -07:00
parent 763e635fea
commit 9eed8bc247
10 changed files with 33 additions and 77 deletions

View File

@@ -201,12 +201,6 @@ func main() {
action.InitTabs(b)
action.InitGlobals()
for _, s := range config.LocalSettings {
if _, ok := config.GlobalSettings[s]; ok {
delete(config.GlobalSettings, s)
}
}
// Here is the event loop which runs in a separate thread
go func() {
events = make(chan tcell.Event)