This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-04-20
Channels
- # announcements (10)
- # architecture (7)
- # babashka (49)
- # beginners (125)
- # calva (2)
- # chlorine-clover (33)
- # clj-kondo (15)
- # cljs-dev (18)
- # cljsrn (28)
- # clojure (91)
- # clojure-argentina (37)
- # clojure-austin (4)
- # clojure-dusseldorf (1)
- # clojure-europe (3)
- # clojure-france (2)
- # clojure-germany (2)
- # clojure-nl (4)
- # clojure-portugal (4)
- # clojure-spec (26)
- # clojure-uk (19)
- # clojuredesign-podcast (5)
- # clojurescript (19)
- # conjure (20)
- # core-async (4)
- # cursive (60)
- # data-science (4)
- # datomic (1)
- # duct (9)
- # emacs (11)
- # events (1)
- # fulcro (9)
- # graalvm (17)
- # jobs-discuss (7)
- # luminus (19)
- # malli (36)
- # meander (2)
- # off-topic (23)
- # pathom (2)
- # quil (1)
- # rdf (4)
- # re-frame (16)
- # reitit (10)
- # ring (21)
- # ring-swagger (1)
- # shadow-cljs (137)
- # spacemacs (10)
- # sql (27)
Anyone know of a way to use different themes on different frames? spc T n
switches the theme of every frame.
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?
Hum, there is like el-get and straight.el that could be used I believe to declare dependencies on git which they can pull directly
But I'm planning to have it in Melpa soon enough and then I thought I'd just add it to the Clojure layer in Spacemacs
@U0K064KQV Would be great to add Anakondo to the Clojure layer as a layer variable. Happy to test if needed. Thanks.
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.
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.
💯 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.