Variable: allout-widgets-mode
allout-widgets-mode is a buffer-local variable defined in
allout-widgets.el.gz.
Documentation
Non-nil if Allout-Widgets mode is enabled.
Use the command allout-widgets-mode(var)/allout-widgets-mode(fun) to change this variable.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/allout-widgets.el.gz
;;;_ : internal variables needed before user-customization variables
;; In order to enable activation of allout-widgets-mode via customization,
;; allout-widgets-auto-activation uses a setting function. That function
;; is invoked when the customization variable definition is evaluated,
;; during file load, so the involved code must reside above that
;; definition in the file.
;;;_ = allout-widgets-mode
(defvar-local allout-widgets-mode nil
"Allout mode enhanced with graphical widgets.")