diff options
author | Jesús <heckyel@hyperbola.info> | 2019-02-01 15:24:47 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-02-01 15:24:47 -0500 |
commit | d8fffa152b4c27604a6a18db1d73a1d3450addd4 (patch) | |
tree | cbb6de81bd4a2723c46297caff79a15caf960262 | |
parent | baebade667fdde9e5c6a2a2512214676775653d1 (diff) | |
download | emacs-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.el | 2 |
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 |