Fork me on GitHub
#emacs
<
2017-09-11
>
Matthew Davidson (kingmob)13:09:02

@alpox I dunno what to say there, other than that helm is a separate Emacs package that integrates into a billion other things. If you’re not too invested in your existing .emacs yet, I would give Prelude a try. It’s an Emacs setup built by @bozhidar who does Clojure dev, and he ensures it all works pretty well.

alpox13:09:18

@kingmob i cannot work much with different setups, sadly. Im using mostly plain spacemacs

Matthew Davidson (kingmob)13:09:13

Ahh, spacemacs is cool, but has its own way of doing packaging. Is their Cider up-to-date?

bozhidar13:09:13

> @kingmob i cannot work much with different setups, sadly. Im using mostly plain spacemacs

bozhidar13:09:30

There’s no such thing as plain Spacemacs. 😄 😄 😄

chris14:09:52

spacemacs cider is up to date, it just uses elpa/melpa

chris14:09:13

are you on spacemacs develop or master?

chris14:09:28

a bugfix came across develop this morning related to helm-bookmark

chris14:09:39

(get on develop anyway, it's better)

chris14:09:47

if you're there already just run a git pull

chris14:09:19

just checked the commit, it says it fixes a void-variable error

chris14:09:29

so that should fix you up

Matthew Davidson (kingmob)14:09:31

Thanks @chris, but it’s @alpox having Cider problems in Spacemacs.

chris14:09:51

lol shit, welp

alpox18:09:31

@chris thanks for the input 🙂 the Symbol... helm-bookmarks-map error is gone, but cider still doesn’t open a repl on cider-jack-in 😕

chris20:09:09

@alpox: I'm not sure about not being able to jack in, but I would recommend against using cider-connect to connect to a repl running in a terminal

chris20:09:39

cider does a bunch of dependency injection to get itself running, so you might find inconsistencies in versions if you do it that way

chris20:09:10

do you have anything weird in your ~/.lein/profiles.clj

chris20:09:19

any weird plugins or versions or anything?

chris20:09:42

what is the actual error you're getting?

gonewest81821:09:36

although, the cider documentation explains what needs to be done manually if you don’t want dependencies injected automatically. https://cider.readthedocs.io/en/latest/installation/#ciders-nrepl-middleware