Variable: sh-set-shell-hook

sh-set-shell-hook is a customizable variable defined in sh-script.el.gz.

Value

nil

Documentation

Hook run by sh-set-shell.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/sh-script.el.gz
(defcustom sh-set-shell-hook nil
  "Hook run by `sh-set-shell'."
  :type 'hook
  :group 'sh-script)