Enable neotree autorefresh

This commit is contained in:
Jeremy Dormitzer 2019-11-08 10:10:52 -05:00
parent f92ebc16b3
commit e153ce7392

View File

@ -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))