5

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.

PythonNut
  • 10,243
  • 2
  • 29
  • 75
Jason Basanese
  • 215
  • 2
  • 7

1 Answers1

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
  • 1
    I 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
    it's M-x package-install clojure-mode – radu122 Feb 23 '17 at 10:31
  • 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-installclojure-mode` – Quang Van Nov 11 '17 at 06:48