Fix void-function treemacs-current-visibility
This commit is contained in:
parent
0904ee406f
commit
87fe822515
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ been removed.
|
||||||
|
|
||||||
Use `treemacs' command for old functionality."
|
Use `treemacs' command for old functionality."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
(require 'treemacs)
|
||||||
(pcase (treemacs-current-visibility)
|
(pcase (treemacs-current-visibility)
|
||||||
(`visible (delete-window (treemacs-get-local-window)))
|
(`visible (delete-window (treemacs-get-local-window)))
|
||||||
(_ (if (doom-project-p)
|
(_ (if (doom-project-p)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue