You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the complicated scenario, but I don't know if there's an easy way to reproduce this.
The text was updated successfully, but these errors were encountered:
Andre0991
changed the title
beacon borks Emacs after cider exception window pops up
Beacon borks Emacs after Cider exception window pops up
Jul 13, 2018
That's very strange.
Here's a few things to try:
1. M-x toggle-debug-on-error. Then try reproducing the error, see if that
gives you a backtrace at any point.
2. M-x toggle-debug-on-quit, then press C-g at the end of your complicated
scenario. What backtrace do you get?
Reproduction steps:
(beacon-mode 1)
and(setq beacon-color 0.3)
in your dotfilecider-jack-in-clj
in a Clojure projectcider-eval-buffer
Now, things get borked in a strange way.
counsel-rg
won't match anything.If I press
f
in the minibuffer, it won't show up immediately. It only shows up when I type the next letter.I use Spacemacs, this was my config.
Sorry for the complicated scenario, but I don't know if there's an easy way to reproduce this.
The text was updated successfully, but these errors were encountered: