Variable: savehist-mode-hook

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

Value

(evil--jumps-savehist-load
 #[0 "\301>\203�\207\301B\211\207"
    [savehist-additional-variables projectile-project-command-history]
    2])

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)