corgi-emacs / corgi

Unbundled Emacs configuration aimed at Clojure developers
180 stars 18 forks source link

After running `corgi/cider-quit-all` mode-specific bindings are no longer available #8

Closed plexus closed 2 years ago

plexus commented 3 years ago

In a Clojure buffer, after doing a corgi/cider-quit-all, only bindings that are shared across all modes still work. You need to reload the file before you can use Clojure-specific bindings again.

plexus commented 2 years ago

This was fixed some time ago, and had to do with the fact that certain keys were bound to cider-mode, which ended up getting disabled when the REPL quit.