spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
Sebastian 2020-11-08T06:36:03.127300Z

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-john 2020-11-08T09:53:28.130100Z

@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-john 2020-11-08T09:54:49.131800Z

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

practicalli-john 2020-11-08T09:57:20.134200Z

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

Sebastian 2020-11-08T10:15:39.134900Z

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

👍 1
murtaza52 2020-11-08T17:47:12.136700Z

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-john 2020-11-08T18:50:38.136900Z

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