Find current file when neotree is opened
This commit is contained in:
parent
30567ea0f7
commit
3eac86cc72
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@
|
|||
((not (and (neo-global--window-exists-p)
|
||||
(equal (file-truename (neo-global--with-buffer neo-buffer--start-node))
|
||||
(file-truename project-root))))
|
||||
(neotree-dir project-root))
|
||||
(neotree-dir project-root)
|
||||
(neotree-find path project-root))
|
||||
(t (neotree-find path project-root)))))
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue