spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
grazfather 2021-01-26T02:18:13.025700Z

DAE get “package cl deprecated” all the time?

practicalli-john 2021-01-27T08:37:22.029300Z

Emacs 27 changed the male of cl and not all Emacs packages have updated to use the right name. Raising an issue with the upstream Emacs package would be the way to resolve this.

grazfather 2021-01-26T02:20:05.027100Z

And another question, I guess: I try to use SPC k to barf and slurp, but it leaves me in ‘lisp’ mode after. Is there a way to have it return me to normal mode? or perhaps, are there good docs how to use lisp mode? whenver I try to slurp or barf i either have to remember to hit escape, or i mess up my code

grazfather 2021-01-26T02:44:06.027200Z

Found part of the answer: https://github.com/syl20bnr/spacemacs/blob/master/doc/DOCUMENTATION.org#editing-lisp-code

grazfather 2021-01-26T02:50:23.027500Z

Looks like it’s from core/libs/dash.el