Variable: hycontrol-keep-window-flag

hycontrol-keep-window-flag is a customizable variable defined in hycontrol.el.

Value

nil

Documentation

Non-nil means leave original window when tear off window to another frame.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defcustom hycontrol-keep-window-flag nil
  "Non-nil means leave original window when tear off window to another frame."
  :type 'boolean
  :group 'hyperbole-screen)