Skip to content

Instantly share code, notes, and snippets.

@calebmeyer
Created April 15, 2016 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calebmeyer/e7c468b9b23f5cba267ba7281eb34777 to your computer and use it in GitHub Desktop.
Save calebmeyer/e7c468b9b23f5cba267ba7281eb34777 to your computer and use it in GitHub Desktop.
Clojure jack in errors
[yas] Loading for `clojure-mode', just-in-time: (lambda nil (yas--load-directory-1 (quote /Users/cm022291/.emacs.d/elpa/clojure-snippets-20160305.602/snippets/clojure-mode) (quote clojure-mode)))!
[yas] Loading snippet files from /Users/cm022291/.emacs.d/elpa/clojure-snippets-20160305.602/snippets/clojure-mode
[yas] Loading for `clojure-mode', just-in-time: (lambda nil (yas--load-directory-1 (quote /Users/cm022291/.emacs.d/elpa/yasnippet-20160410.833/snippets/clojure-mode) (quote clojure-mode)))!
[yas] Loading snippet files from /Users/cm022291/.emacs.d/elpa/yasnippet-20160410.833/snippets/clojure-mode
File mode specification error: (void-function cider-turn-on-eldoc-mode)
Making nrepl-create-client-buffer-function local to *nrepl-server test* while let-bound!
Making nrepl-use-this-as-repl-buffer local to *nrepl-server test* while let-bound!
Starting nREPL server via lein update-in :dependencies conj \[org.clojure/tools.nrepl\ \"0.2.12\"\] -- update-in :plugins conj \[refactor-nrepl\ \"2.3.0-SNAPSHOT\"\] -- update-in :plugins conj \[cider/cider-nrepl\ \"0.12.0-SNAPSHOT\"\] -- repl :headless...
nREPL server started on 63742
[nREPL] Establishing direct connection to localhost:63742 ...
[nREPL] Direct connection established
error in process filter: run-hooks: Symbol's function definition is void: cider-turn-on-eldoc-mode
error in process filter: Symbol's function definition is void: cider-turn-on-eldoc-mode
nREPL server started on 63750
[nREPL] Establishing direct connection to localhost:63750 ...
[nREPL] Direct connection established
error in process filter: run-hooks: Symbol's function definition is void: cider-turn-on-eldoc-mode
error in process filter: Symbol's function definition is void: cider-turn-on-eldoc-mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment