This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-09
Channels
- # announcements (1)
- # atlanta-clojurians (1)
- # beginners (198)
- # calva (4)
- # cider (16)
- # clara (8)
- # cljs-dev (14)
- # cljsrn (4)
- # clojure (204)
- # clojure-europe (3)
- # clojure-gamedev (2)
- # clojure-italy (8)
- # clojure-nl (17)
- # clojure-poland (3)
- # clojure-russia (20)
- # clojure-spec (32)
- # clojure-uk (45)
- # clojurescript (59)
- # community-development (1)
- # core-async (25)
- # cursive (20)
- # datomic (47)
- # emacs (7)
- # fulcro (8)
- # iot (1)
- # iotivity (2)
- # jobs (1)
- # jobs-discuss (8)
- # juxt (11)
- # luminus (5)
- # nrepl (4)
- # off-topic (136)
- # onyx (24)
- # other-lisps (1)
- # parinfer (74)
- # pedestal (1)
- # planck (3)
- # portkey (67)
- # random (1)
- # re-frame (28)
- # reagent (11)
- # reitit (9)
- # remote-jobs (3)
- # ring-swagger (2)
- # rum (3)
- # shadow-cljs (96)
- # slack-help (3)
- # spacemacs (6)
- # tools-deps (3)
- # unrepl (1)
- # vim (4)
Any have $SPACEMACSDIR
working? I’ve just set it to something simple like $HOME'/dotfiles/.spacemacs.d'
, but I think something is weird here: https://github.com/syl20bnr/spacemacs/blob/develop/core/core-dotspacemacs.el#L47
Here are the docs for it; I’m on the develop
branch too. http://spacemacs.org/doc/DOCUMENTATION.html#alternative-dotdirectory
@dijonkitchen I just use the default .spacemacs.d
, it works very well
yeah, i’ve gotten the default one working, but not the custom one
if you want to keep spacemacs init file in a directory (possibly with all the custom layers), you can do the following:
1. rename .spacemacs.d
file to init.el
2. mkdir ~/.spacemacs.d
3. mv init.el ~/.spacemacs.d/
Now you can set dotspacemacs-configuration-layer-path '("~/.spacemacs.d/layers/")
and keep all your custom layers in that directory. Now your entire spacemacs config is “gittable”
I get that, but that’s not the environmental variable way I mentioned above.