diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ func init() { // init the config struct default values Set(&me, "default") + // Set(&me, "dense") + me.myTree = tree.New() me.myTree.PluginName = "gocui" me.myTree.ActionFromChannel = action |
