hydra.el (hydra--work-around-dedicated): Unset on 26.3

Since the bug seems to be fixed since then.

Re #349
master
Oleh Krehel 6 years ago
parent 0c5dcf7ab9
commit d38c63d3d8
  1. 2
      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.")

Loading…
Cancel
Save