Variable: org-src-fontify-natively

org-src-fontify-natively is a customizable variable defined in org.el.gz.

Value

t

Documentation

When non-nil, fontify code in code blocks.

See also the org-block face.

This variable was added, or its default value changed, in Org version
8.3.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-src-fontify-natively t
  "When non-nil, fontify code in code blocks.
See also the `org-block' face."
  :type 'boolean
  :version "26.1"
  :package-version '(Org . "8.3")
  :group 'org-appearance
  :group 'org-babel)