summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index ab6d902..6de0402 100644
--- a/main.go
+++ b/main.go
@@ -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