spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
practicalli-john 2020-05-02T01:14:57.485400Z

Never noticed this. Does this appear on the *messages buffer or something that Cider is showing?*

2020-05-02T02:36:50.485600Z

If I type something like my-lib/, it will change it immediately to my-lib, then show that in the status.

2020-05-02T02:37:25.485800Z

It is listed in the messages buffer as well but it has become an obstacle in writing working code.

dev.4openID 2020-05-02T18:46:22.490800Z

Hi, using spacemacs with CIDER. I want to document the REPL outcome and include in my code. I would be using SPC m e p (as per the CIDER doc) but I do not have that option presented; I have alls option except that one. The docs states "SPC m e p print last sexp (clojure interaction mode only)" - what can I do about it? I have the latest CIDER, spacemacs and emacs 26.3

aisamu 2020-05-03T20:48:07.495Z

Even if you don't have the keybinding, you can call underlying cider function with M-x function-name. If you prepend it with the universal argument (`SPC u`0, the result will be inserted into the buffer

practicalli-john 2020-05-02T23:00:14.494200Z

@dev.4openid the SPC m e p keybinding was added to Spacemacs develop on March 27th 2020. If you are using Spacemacs develop branch, then do a git pull to get the newest version. If you are using the much older Spacemacs master branch, then consider upgrading to develop - https://practicalli.github.io/spacemacs/install-spacemacs/switch-to-develop.html

😁 1