spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
2021-05-22T10:15:12.011100Z

Trying Spacemacs/Emacs for the first time. Is it normal to get lots of warnings on first install? It’s a fresh install of Ubuntu 21.04 Spacemacs and Emacs. I’m getting this in the top pane: `Warning (evil-collection)L 'evil-want-keybinding' was set to nil but not before loading evil. Make sure to set 'evil-want-keybinding' to nil before loading evil or evil-collection.` And lots of warnings in the Compile-Log.

2021-05-23T15:53:46.013200Z

Ok, great. It’s actually @jr0cket’s guide that I’m using. Thank you!

practicalli-john 2021-05-23T17:17:01.013400Z

I'll add a hint to the book to expect some Emacs package warnings on first install. That seems a useful addition. Thanks.

Oliver 2021-05-22T12:54:56.011200Z

How did you install Spacemacs? It's highly recommended to go for the development branch. John Stevenson @jr0cket has put together very good explanations around using Spacemacs for Clojure, including installation/update guide and introduction. https://practicalli.github.io/spacemacs/

practicalli-john 2021-05-22T14:49:31.011600Z

@chaecramb warnings can be common when installing a lot of Emacs packages. There are several hundred packages installed when Spacemacs is first run, so its expected to have a few warnings. If the same warnings happen after restarting Spacemacs ( SPC q r ) then it may be worth looking at the warning messages.

practicalli-john 2021-05-22T14:50:20.011800Z

I typically restart Spacemacs after installing packages anyway