mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Find current file when neotree is opened
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user