Fork me on GitHub
#spacemacs
<
2020-11-08
>
Sebastian06:11:03

Hi, totally new to Emacs and Spacemacs and trying to get it up and running. I'm using https://develop.spacemacs.org/layers/+lang/clojure/README.html#starting-a-repl-from-spacemacs and I can start a REPL using , ' , but other commands are not defined or different. I'm wondering why this is as it makes it hard to follow the descriptions

practicalli-johnny09:11:28

@sebastian.goettschkes If the key bindings are all different, then it seems likeyou are running an older version of Spacemacs. Switch to develop for the latest version https://practicalli.github.io/spacemacs/install-spacemacs/switch-to-develop.html

practicalli-johnny09:11:49

It's a strange comments to understand though, as most of the key bindings have been added, only a few have changed.

practicalli-johnny09:11:20

See http://cider.mx for the documentation for using CIDER. Spacemacs documentation is only there to help installing, it not designed to be a user guide

Sebastian10:11:39

Ok, thanks. I was wondering if anything went wrong as some (but not all) commands do not work. I'll switch over to the develop branch and try again

👍 3
murtaza5217:11:12

hi is there an integration of re-jump https://github.com/oliyh/re-jump.el/blob/master/re-jump.el, or some other reframe layer in spacemacs ?

practicalli-johnny18:11:38

I haven't seen any re+frame related packages in the Clojure layer for Spacemacs. Try adding it via `dotspacemacs-additional-packages in your . spacemacs file, its only one function and key binding, so should work. You might need to add the key binding as a hook in .spacemacs to make it work