When I run cider-jack-in the following error appears. Symbol's function definition is void: clojure-project-dir I am very new to Emacs and this is totally stumping me. Let me know if you need more information and I will provide.
1 Answer
Do you have clojure mode installed? Try M-x install-package clojure-mode if not and then run cider-jack-in.
- 1I have since fixed the problem then forgotten what exactly I did to fix it. I remember it being something general like an installation was missing.Jason Basanese– Jason Basanese2016-03-30 00:05:01 +00:00Commented Mar 30, 2016 at 0:05
- 1it's M-x package-install clojure-modeRadu Varga– Radu Varga2017-02-23 10:31:04 +00:00Commented Feb 23, 2017 at 10:31
- fyi, had to delete clojure-mode from
rm -rf ~/.emacs.d/elpa/clojure-mode-*then open emacsM-x package-refresh contentsthenM-x package-install<enter>clojure-modeQuang Van– Quang Van2017-11-11 06:48:16 +00:00Commented Nov 11, 2017 at 6:48
evil-mode.