diff --git a/emacs/init.org b/emacs/init.org index 6d3ceac..336f6ed 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -749,8 +749,9 @@ A package to browse files in a tree view (neotree-dir project-dir) (neotree-find file-name)) (message "Could not find git project root.")))) - (setq neo-smart-open t) - (setq neo-theme (if (display-graphic-p) 'icons 'arrow)) + (setq neo-smart-open t + neo-theme (if (display-graphic-p) 'icons 'arrow) + neo-autorefresh t) :general (neotree-mode-map "SPC" leader-map))