Variable: global-dash-fontify-mode-hook

global-dash-fontify-mode-hook is a customizable variable defined in dash.el.

Value

nil

Documentation

Hook run after entering or leaving global-dash-fontify-mode(var)/global-dash-fontify-mode(fun).

No problems result if this variable is not bound. add-hook automatically binds it. (This is true for all hook variables.)

Source Code

;; Defined in ~/.emacs.d/elpa/dash-20260221.1346/dash.el
;;;###autoload
(define-globalized-minor-mode global-dash-fontify-mode
  dash-fontify-mode dash--turn-on-fontify-mode)