From 24c57e785f9fc10432fb197f0f5414c3bfe82ed7 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 10 Jun 2018 23:15:58 +0200 Subject: [PATCH] Disable both treemacs by default Once treemacs has been through its rounds (and I've customed its icons), it will likely become the new default, but for now, neotree still wins. --- init.example.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.example.el b/init.example.el index 78c9c05b4..f3996ae58 100644 --- a/init.example.el +++ b/init.example.el @@ -34,7 +34,7 @@ hl-todo ; highlight TODO/FIXME/NOTE tags nav-flash ; blink the current line after jumping neotree ; a project drawer, like NERDTree for vim - treemacs ; a project drawer, like neotree but cooler + ;treemacs ; a project drawer, like neotree but cooler (popup ; tame sudden yet inevitable temporary windows +all ; catch all popups that start with an asterix +defaults) ; default popup rules