QQKAMHWEDU5EQN4EEJ4ZTSRCHVU5XNNFZ3UPJ7FSFR23LBAF4IRQC
(let* ((treemacs-window (treemacs-get-local-window))
(is-active (and treemacs-window (window-live-p treemacs-window))))
(when is-active (treemacs))
(apply orig-fun args)
(when is-active
(save-selected-window
(treemacs)))))
(if (fboundp 'treemacs-get-local-window)
(let* ((treemacs-window (treemacs-get-local-window))
(is-active (and treemacs-window (window-live-p treemacs-window))))
(when is-active (treemacs))
(apply orig-fun args)
(when is-active
(save-selected-window
(treemacs))))
(apply orig-fun args)))