Function: global-dash-fontify-mode
global-dash-fontify-mode is an autoloaded, interactive and
byte-compiled function defined in dash.el.
Signature
(global-dash-fontify-mode &optional ARG)
Documentation
Toggle Dash-Fontify mode in many buffers.
Specifically, Dash-Fontify mode is enabled in all buffers where
dash--turn-on-fontify-mode would do it.
With prefix ARG, enable Global Dash-Fontify mode if ARG is positive; otherwise, disable it.
If called from Lisp, toggle the mode if ARG is toggle.
Enable the mode if ARG is nil, omitted, or is a positive number.
Disable the mode if ARG is a negative number.
See dash-fontify-mode(var)/dash-fontify-mode(fun) for more information on Dash-Fontify mode.
Key Bindings
Aliases
dash-enable-font-lock (obsolete since 2.18.0)
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)