I installed Emacs 29.1 and ran this package as per the instructions. When I ran cider-jack-in I got the following error:
package cl is deprecated
I am aware this is just a warning, not an error, but the rest of the jack-in process was not able to complete.
I was able to resolve by deleting cider and re-installing it, so I am quite sure that upgrading the cider version in this emacs configuration will fix the issue for future users.
I installed Emacs 29.1 and ran this package as per the instructions. When I ran
cider-jack-in
I got the following error:package cl is deprecated
I am aware this is just a warning, not an error, but the rest of the jack-in process was not able to complete.
I was able to resolve by deleting cider and re-installing it, so I am quite sure that upgrading the cider version in this emacs configuration will fix the issue for future users.
Note that I am an Emacs newb. I am being led to this repo through https://www.braveclojure.com/basic-emacs/, so I imagine many other newbs also come this way.