ui/treemacs: update function name
Due to change upstream
This commit is contained in:
parent
e916a4d6fe
commit
c4ec1413dc
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
project to add."
|
project to add."
|
||||||
(interactive)
|
(interactive)
|
||||||
(require 'treemacs)
|
(require 'treemacs)
|
||||||
(pcase (treemacs--current-visibility)
|
(pcase (treemacs-current-visibility)
|
||||||
(`visible (delete-window (treemacs--is-visible?)))
|
(`visible (delete-window (treemacs--is-visible?)))
|
||||||
(`exists (treemacs-select-window))
|
(`exists (treemacs-select-window))
|
||||||
(`none
|
(`none
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue