Variable: global-dash-fontify-mode
global-dash-fontify-mode is a customizable variable defined in
dash.el.
Value
nil
Documentation
Non-nil if Global Dash-Fontify mode is enabled.
See the global-dash-fontify-mode(var)/global-dash-fontify-mode(fun) command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node (emacs)Easy Customization)
or call the function global-dash-fontify-mode(var)/global-dash-fontify-mode(fun).
Key Bindings
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)