Appease byte-compiler-sama

This commit is contained in:
Henrik Lissner 2018-02-14 20:54:53 -05:00
parent ae52b2ff60
commit 4321f20b3e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 4 additions and 7 deletions

View file

@ -8,8 +8,7 @@
(defun +neotree/open ()
"Open the neotree window in the current project."
(interactive)
(let ((path buffer-file-name)
(project-root (doom-project-root 'nocache)))
(let ((project-root (doom-project-root 'nocache)))
(require 'neotree)
(if (neo-global--window-exists-p)
(neotree-hide)