Variable: allout-widgets-mode-inhibit
allout-widgets-mode-inhibit is a buffer-local variable defined in
allout-widgets.el.gz.
Documentation
Inhibit allout-widgets-mode(var)/allout-widgets-mode(fun) from activating widgets.
This also inhibits automatic adjustment of widgets to track allout outline changes.
You can use this as a file local variable setting to disable
allout widgets enhancements in selected buffers while generally
enabling widgets by customizing allout-widgets-auto-activation.
In addition, you can invoke allout-widgets-mode(var)/allout-widgets-mode(fun) in allout-mode(var)/allout-mode(fun)
buffers where this is set to enable and disable widget enhancements,
directly.
Source Code
;; Defined in /usr/src/emacs/lisp/allout-widgets.el.gz
;;;_ = allout-widgets-mode-inhibit
(defvar-local allout-widgets-mode-inhibit nil
"Inhibit `allout-widgets-mode' from activating widgets.
This also inhibits automatic adjustment of widgets to track allout outline
changes.
You can use this as a file local variable setting to disable
allout widgets enhancements in selected buffers while generally
enabling widgets by customizing `allout-widgets-auto-activation'.
In addition, you can invoke `allout-widgets-mode' in `allout-mode'
buffers where this is set to enable and disable widget enhancements,
directly.")