This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-03-12
Channels
- # announcements (65)
- # aws (1)
- # babashka (12)
- # beginners (111)
- # bristol-clojurians (1)
- # cider (32)
- # clj-kondo (55)
- # clojars (3)
- # clojure (71)
- # clojure-europe (17)
- # clojure-france (4)
- # clojure-italy (36)
- # clojure-losangeles (8)
- # clojure-nl (6)
- # clojure-uk (115)
- # clojurescript (2)
- # datomic (99)
- # fulcro (32)
- # graalvm (12)
- # graphql (20)
- # hoplon (203)
- # meander (56)
- # mount (3)
- # off-topic (17)
- # pathom (17)
- # reitit (22)
- # shadow-cljs (32)
- # spacemacs (9)
- # tools-deps (19)
- # vim (25)
- # vscode (3)
how do you add a local theme to spacemacs?
I tried adding a theme file to ~/.emacs.d/private/local/themes/[name]-theme/[name]-theme.el
butt the theme is not getting picked up.
How do you update your current environment variables. I can edit them, but i need the current buffer/whatever to use them 🙂
@drewverlee if you are on Spacemacs develop
then
SPC f e e
opens the spacemacs.env
file that has all of the environment variables that Spacemacs picks up on startup. You can edit this file and make changes.
If you edit environment variables via your operating system, then you will need to restart Emacs
Oh, then maybe it's working already.
Thanks