Skip to content

Commit

Permalink
hydra.el (hydra--work-around-dedicated): Revert
Browse files Browse the repository at this point in the history
This reverts commit d38c63d.

Re #349
Re syl20bnr/spacemacs#12986
  • Loading branch information
abo-abo committed Nov 25, 2019
1 parent d38c63d commit bcc2d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.")

Expand Down

0 comments on commit bcc2d0e

Please sign in to comment.