Fix neo-smart-open duplicate

This commit is contained in:
Jesús 2019-09-15 20:15:48 -05:00
parent 0c04e666cb
commit c12ccfb078
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -81,8 +81,7 @@
(ignore-errors (ignore-errors
;;; Pick one: projectile or find-file-in-project ;;; Pick one: projectile or find-file-in-project
(projectile-project-root))) (projectile-project-root)))
(file-name (buffer-file-name)) (file-name (buffer-file-name)))
(neo-smart-open t))
(if (and (fboundp 'neo-global--window-exists-p) (if (and (fboundp 'neo-global--window-exists-p)
(neo-global--window-exists-p)) (neo-global--window-exists-p))
(neotree-hide) (neotree-hide)