Variable: kotl-mode:tab-flag
kotl-mode:tab-flag is a customizable variable defined in kotl-mode.el.
Value
nil
Documentation
Non-nil means {M-x kotl-mode:tab-command (kotl-mode:tab-command)} inserts a literal tab character and {M-x kotl-mode:untab-command (kotl-mode:untab-command)} deletes backward.
Nil means {M-x kotl-mode:tab-command (kotl-mode:tab-command)} demotes the current tree and
{M-x kotl-mode:untab-command (kotl-mode:untab-command)} promotes the tree. The default is nil.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kotl-mode.el
(defcustom kotl-mode:tab-flag nil
"Non-nil means {\\[kotl-mode:tab-command]} inserts a literal tab character and {\\[kotl-mode:untab-command]} deletes backward.
Nil means {\\[kotl-mode:tab-command]} demotes the current tree and
{\\[kotl-mode:untab-command]} promotes the tree. The default is nil."
:type 'boolean
:group 'hyperbole-koutliner)