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.
@zane you can also try (setq evil-move-beyond-eol t)
this also makes cider-eval-last-sexpr
more useful
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
Oh, sick. Thanks, Jake!