Variable: 2C-other-buffer-hook

2C-other-buffer-hook is a customizable variable defined in two-column.el.gz.

Value

text-mode

Documentation

Hook run in new buffer when it is associated with current one.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/two-column.el.gz
(defcustom 2C-other-buffer-hook 'text-mode
  "Hook run in new buffer when it is associated with current one."
  :type 'function)