Variable: savehist-mode-hook

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

Value

(evil--jumps-savehist-load
 projectile--register-savehist-variables)

Documentation

Hook called when Savehist mode is turned on.

Source Code

;; Defined in /usr/src/emacs/lisp/savehist.el.gz
(defcustom savehist-mode-hook nil
  "Hook called when Savehist mode is turned on."
  :type 'hook)