Variable: kotl-mode:indent-tabs-mode
kotl-mode:indent-tabs-mode is a customizable variable defined in
kotl-mode.el.
Value
t
Documentation
Non-nil means {M-x kotl-mode:tab-command (kotl-mode:tab-command)} may insert literal tab characters.
Tab characters are inserted rather than space characters when kotl-mode:tab-flag is non-nil. Default value is t. The value of this variable is local to each Koutline buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kotl-mode.el
;;; ************************************************************************
;;; Public variables
;;; ************************************************************************
(defcustom kotl-mode:indent-tabs-mode t
"Non-nil means {\\[kotl-mode:tab-command]} may insert literal tab characters.
Tab characters are inserted rather than space characters when
`kotl-mode:tab-flag' is non-nil. Default value is t. The value
of this variable is local to each Koutline buffer."
:type 'boolean
:group 'hyperbole-koutliner)