aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-02-01 15:24:47 -0500
committerJesús <heckyel@hyperbola.info>2019-02-01 15:24:47 -0500
commitd8fffa152b4c27604a6a18db1d73a1d3450addd4 (patch)
treecbb6de81bd4a2723c46297caff79a15caf960262
parentbaebade667fdde9e5c6a2a2512214676775653d1 (diff)
downloademacs-personal-d8fffa152b4c27604a6a18db1d73a1d3450addd4.tar.lz
emacs-personal-d8fffa152b4c27604a6a18db1d73a1d3450addd4.tar.xz
emacs-personal-d8fffa152b4c27604a6a18db1d73a1d3450addd4.zip
change smart-open to nil in neotree
-rw-r--r--modules/init-neotree.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/init-neotree.el b/modules/init-neotree.el
index 5f34831..6a509f2 100644
--- a/modules/init-neotree.el
+++ b/modules/init-neotree.el
@@ -33,7 +33,7 @@
(setq neo-create-file-auto-open nil
neo-auto-indent-point nil
neo-autorefresh t
- neo-smart-open t
+ neo-smart-open nil
neo-mode-line-type 'none
neo-window-width 25
neo-show-updir-line nil