Fix void-function treemacs--is-visible? error
This commit is contained in:
parent
2aaea3a0d5
commit
d01926a7c3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
(interactive)
|
(interactive)
|
||||||
(require 'treemacs)
|
(require 'treemacs)
|
||||||
(pcase (treemacs-current-visibility)
|
(pcase (treemacs-current-visibility)
|
||||||
(`visible (delete-window (treemacs--is-visible?)))
|
(`visible (delete-window (treemacs-get-local-window)))
|
||||||
(`exists (treemacs-select-window))
|
(`exists (treemacs-select-window))
|
||||||
(`none
|
(`none
|
||||||
(let ((project-root (doom-project-root 'nocache)))
|
(let ((project-root (doom-project-root 'nocache)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue