Variable: ediff-before-setup-hook

ediff-before-setup-hook is a customizable variable defined in ediff-init.el.gz.

Value

(treemacs--dont-diff-in-treemacs-window)

Documentation

Hooks to run before Ediff begins to set up windows and buffers.

This hook can be used to save the previous window config, which can be restored on ediff-quit or ediff-suspend.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-init.el.gz
;; Hook variables

(defcustom ediff-before-setup-hook nil
  "Hooks to run before Ediff begins to set up windows and buffers.
This hook can be used to save the previous window config, which can be restored
on `ediff-quit' or `ediff-suspend'."
  :type 'hook
  :group 'ediff-hook)