Fork me on GitHub
#spacemacs
<
2020-03-12
>
Aleed16:03:08

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.

telekid18:03:12

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

zane23:03:06

Oh, sick. Thanks, Jake!

telekid18:03:55

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

4
Drew Verlee21:03:23

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

practicalli-johnny21:03:36

@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-johnny21:03:25

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

Drew Verlee22:03:24

Oh, then maybe it's working already.