branch: externals/hydra
commit bcc2d0eb5b7114688016c143397285d777dedac9
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
hydra.el (hydra--work-around-dedicated): Revert
This reverts commit d38c63d3d85a06fd34b28626d7ebd97bb05db48c.
Re #349
Re syl20bnr/spacemacs#12986
---
hydra.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hydra.el b/hydra.el
index a3078e2d82..3508532795 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 (version< emacs-version "26.3")
+(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.")