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.
Asked
Active
Viewed 1,435 times
5

PythonNut
- 10,243
- 2
- 29
- 75

Jason Basanese
- 215
- 2
- 7
-
I'm fairly certain this has nothing to do with `evil-mode`. – PythonNut Feb 24 '16 at 05:29
1 Answers
3
Do you have clojure mode installed? Try M-x install-package clojure-mode
if not and then run cider-jack-in
.

Chakkakuru
- 66
- 4
-
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 Mar 30 '16 at 00:05
-
1
-
fyi, had to delete clojure-mode from `rm -rf ~/.emacs.d/elpa/clojure-mode-*` then open emacs `M-x package-refresh contents` then `M-x package-install
clojure-mode` – Quang Van Nov 11 '17 at 06:48