Appease byte-compiler-sama
This commit is contained in:
parent
ae52b2ff60
commit
4321f20b3e
4 changed files with 4 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue