spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
alidlorenzo 2020-03-12T16:17:08.169300Z

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.

telekid 2020-03-12T18:01:12.169600Z

@zane you can also try (setq evil-move-beyond-eol t)

telekid 2020-03-12T18:02:55.170500Z

this also makes cider-eval-last-sexpr more useful

1
2020-03-12T21:16:23.176100Z

How do you update your current environment variables. I can edit them, but i need the current buffer/whatever to use them 🙂

practicalli-john 2020-03-12T21:57:36.180300Z

@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.

practicalli-john 2020-03-12T21:58:25.181600Z

If you edit environment variables via your operating system, then you will need to restart Emacs

2020-03-12T22:06:24.182200Z

Oh, then maybe it's working already.

2020-03-12T22:06:27.182400Z

Thanks

zane 2020-03-12T23:14:06.182500Z

Oh, sick. Thanks, Jake!