diff --git a/hydra.el b/hydra.el index 3508532..a3078e2 100644 --- a/hydra.el +++ b/hydra.el @@ -516,7 +516,7 @@ Remove :color key. And sort the plist alphabetically." (defvar hydra-message-timer (timer-create) "Timer for the hint.") -(defvar hydra--work-around-dedicated t +(defvar hydra--work-around-dedicated (version< emacs-version "26.3") "When non-nil, assume there's no bug in `pop-to-buffer'. `pop-to-buffer' should not select a dedicated window.")