Variable: viper-insert-state-hook

viper-insert-state-hook is a customizable variable defined in viper-init.el.gz.

Value

viper-set-insert-cursor-type

Documentation

Hooks run just before the switch to Insert mode is completed.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/viper-init.el.gz
(defcustom viper-insert-state-hook 'viper-set-insert-cursor-type
  "Hooks run just before the switch to Insert mode is completed."
  :type 'hook
  :group 'viper-hooks)