Variable: kview:default-label-separator

kview:default-label-separator is a customizable variable defined in kview.el.

Value

". "

Documentation

Default string to insert between label and contents of a kcell.

Default value is ". ".

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kview.el
(defcustom kview:default-label-separator ". "
  "Default string to insert between label and contents of a kcell.
Default value is \". \"."
  :type 'string
  :group 'hyperbole-koutliner)