Variable: hexl-mode-hook

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

Value

(hexl-follow-line
 hexl-activate-ruler)

Documentation

Normal hook run when entering Hexl mode.

Source Code

;; Defined in /usr/src/emacs/lisp/hexl.el.gz
(defcustom hexl-mode-hook '(hexl-follow-line hexl-activate-ruler)
  "Normal hook run when entering Hexl mode."
  :type 'hook
  :options '(hexl-follow-line hexl-activate-ruler eldoc-mode))