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
I downloaded the setup recommended here for ~/.emacs.d, however I could not get a CIDER nREPL up and running with Emacs 29.1 -- kept getting an error that said Package cl is deprecated.
I opened this issue clojure-emacs/cider#3459 and it turns out the problem is the ~/.emacs.d/elpa directory. It seems this directory is out of date. After deleting this directory and restarting Emacs, the CIDER nREPL worked.
The text was updated successfully, but these errors were encountered:
I compile Emacs from source, so I'm currently running Emacs 30. The configuration works if you delete everything in the elpa folder and start Emacs so it all gets pulled from the Melpa repository.
I downloaded the setup recommended here for
~/.emacs.d
, however I could not get a CIDER nREPL up and running with Emacs 29.1 -- kept getting an error that saidPackage cl is deprecated
.I opened this issue clojure-emacs/cider#3459 and it turns out the problem is the
~/.emacs.d/elpa
directory. It seems this directory is out of date. After deleting this directory and restarting Emacs, the CIDER nREPL worked.The text was updated successfully, but these errors were encountered: