Variable: hydra--work-around-dedicated

hydra--work-around-dedicated is a variable defined in hydra.el.

Value

t

Documentation

When non-nil, assume there's no bug in pop-to-buffer.

pop-to-buffer should not select a dedicated window.

Source Code

;; Defined in ~/.emacs.d/elpa/hydra-20250316.1254/hydra.el
(defvar hydra--work-around-dedicated t
  "When non-nil, assume there's no bug in `pop-to-buffer'.
`pop-to-buffer' should not select a dedicated window.")