Function: treemacs--disable-peek-mode
treemacs--disable-peek-mode is a byte-compiled function defined in
treemacs-peek-mode.el.
Signature
(treemacs--disable-peek-mode)
Documentation
Hook function for treemacs-quit-hook.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-peek-mode.el
(defun treemacs--disable-peek-mode ()
"Hook function for `treemacs-quit-hook'."
(treemacs-peek-mode -1))