Fork me on GitHub
#spacemacs
<
2018-07-17
>
rustam.gilaztdinov15:07:09

How can I show image in repl?

jumar16:07:38

@U0NBJDK4N It seems that this has been implemented recently: https://github.com/clojure-emacs/cider/issues/1510 Something like this should work:

( "/Users/jumar/awesome.jpg")

rustam.gilaztdinov16:07:53

yeah, doesn’t work for me, unfortunately

rustam.gilaztdinov16:07:50

M-x cider-repl-toggle-content-types enabled

rustam.gilaztdinov16:07:48

CIDER 0.18.0snapshot

rustam.gilaztdinov16:07:43

OS X and I installed emacs from homebrew, so not building from source with --no-gui or other strange flags

jumar16:07:16

what Cider build do you have? It works for me with CIDER 0.18.0snapshot (package: 20180714.811)

rustam.gilaztdinov16:07:48

CIDER 0.18.0snapshot (package: 20180624.2344)

rustam.gilaztdinov17:07:22

how can I update cider in spacemacs?

jumar06:07:42

I used package-list-packages, search for cider and update manually.