spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
FlavaDave 2020-04-20T22:26:50.387200Z

Anyone know of a way to use different themes on different frames? spc T n switches the theme of every frame.

2020-04-20T22:41:34.388900Z

Created a quick layer for the recently released Anakondo library if anyone's interested https://github.com/eccentric-j/anakondo-layer. I wasn't sure how to best distribute the actual anakondo library, so I added instructions to clone the lib into the <layer>/local/ folder. Is there a better way if the library hasn't been published on MELPA yet?

practicalli-john 2020-04-21T07:26:55.389900Z

@didibus Would be great to add Anakondo to the Clojure layer as a layer variable. Happy to test if needed. Thanks.

2020-04-21T12:54:53.392700Z

Cool! I'll look into leveraging el-get and\or straight.el for learning purposes. I intend to update it once it's published to MELPA, then deprecate it and link to the clojure layer variable when it's merged in.

👍 1
2020-04-21T13:23:28.392900Z

Learned about the github recipe for layers from https://www.spacemacs.org/doc/LAYERS.html#packagesel and updated my repo after testing it. Now people just have to clone the layer and reload spacemacs and they’re good to go.

2020-04-21T20:52:38.393200Z

Oh neat, I didn't know Spacemacs had a git recipe like that

2020-04-21T20:52:45.393400Z

Pretty cool

2020-04-21T21:32:00.393600Z

💯 It really makes it easy to distribute pre-release layers or packages. Out of curiosity I just found out it can be plugged in directly to the dotspacemacs-additional-packages var https://github.com/syl20bnr/spacemacs/issues/12756.