You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if I am missing something or if there might be a bug. Probably the former.
Anyway, I would like to ask for your help.
I'm using CIDER on Emacs for Clojure development.
Whenever I execute the command cider-eval-sexp-at-point, I see the output in the Emacs mini-buffer. I can also see it in the *Messages* buffer (since everything displayed in the mini-buffer goes there).
Hi,
I am not sure if I am missing something or if there might be a bug. Probably the former.
Anyway, I would like to ask for your help.
I'm using CIDER on Emacs for Clojure development.
Whenever I execute the command
cider-eval-sexp-at-point
, I see the output in the Emacs mini-buffer. I can also see it in the*Messages*
buffer (since everything displayed in the mini-buffer goes there).Here are my settings in my init file:
I would like to change it so that:
cider-eval-sexp-at-point
is pretty-printed in the REPL.I tried:
But, it did not work. I am still seeing things as before the changes with mini-buffer showing the output of function calls.
How can I configure CIDER to achieve the desired behavior?
Note: I try to keep my config file reproducible with
use-package
declarative style. Relevant docs on Cider.This is my whole init file.
The text was updated successfully, but these errors were encountered: