Function: global-prettify-symbols-mode

global-prettify-symbols-mode is an interactive and byte-compiled function defined in prog-mode.el.gz.

Signature

(global-prettify-symbols-mode &optional ARG)

Documentation

Toggle Prettify-Symbols mode in all buffers.

With prefix ARG, enable Global Prettify-Symbols 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.

Prettify-Symbols mode is enabled in all buffers where turn-on-prettify-symbols-mode would do it.

See prettify-symbols-mode(var)/prettify-symbols-mode(fun) for more information on Prettify-Symbols mode.

Probably introduced at or before Emacs version 24.4.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/prog-mode.el.gz
;;;###autoload
(define-globalized-minor-mode global-prettify-symbols-mode
  prettify-symbols-mode turn-on-prettify-symbols-mode)