Function: org--set-tab-width
org--set-tab-width is a byte-compiled function defined in org.el.gz.
Signature
(org--set-tab-width &rest _)
Documentation
Set tab-width to be 8.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defun org--set-tab-width (&rest _)
"Set `tab-width' to be 8."
(setq-local tab-width 8))