Variable: ediff-mode-hook

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

Value

nil

Documentation

Hook run just after ediff-mode is set up in the control buffer.

This is done before any windows or frames are created. One can use it to set local variables that determine how the display looks like.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-init.el.gz
(defcustom ediff-mode-hook nil
  "Hook run just after `ediff-mode' is set up in the control buffer.
This is done before any windows or frames are created.  One can use it to
set local variables that determine how the display looks like."
  :type 'hook
  :group 'ediff-hook)