mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix void-function treemacs-current-visibility
This commit is contained in:
@ -9,6 +9,7 @@ been removed.
|
||||
|
||||
Use `treemacs' command for old functionality."
|
||||
(interactive)
|
||||
(require 'treemacs)
|
||||
(pcase (treemacs-current-visibility)
|
||||
(`visible (delete-window (treemacs-get-local-window)))
|
||||
(_ (if (doom-project-p)
|
||||
|
Reference in New Issue
Block a user