Fork me on GitHub
#spacemacs
<
2019-02-25
>
Andrea Imparato09:02:35

hello, anybody here knows how to "remove" the default theme in spacemacs? I mean, how to not use any theme at all? Not even the default one?

Andrea Imparato09:02:27

I'd like to use something like:

(add-to-list 'default-frame-alist '(foreground-color . "green"))
  (add-to-list 'default-frame-alist '(background-color . "black"))

Andrea Imparato09:02:36

(I love the default theme 🙂 )

prnc17:02:18

Does anyone now how to achieve isolation between layouts (perspectives) in spacemacs, I like it but it seems that whenever I want to e.g. switch to alternate-buffer it doesn't respect layout/perspective boundries, is that the expected behaviour? cheers!

zane02:02:16

I believe so. My understanding is only the *-perspective-* variants like helm-projectile-switch-to-buffer respect perspective boundaries.

practicalli-johnny09:02:08

SPC TAB did not previously respect layouts, but it does now switch to a previous buffer in the current layout in develop branch (last updated 18th February 2019). Or you could use SPC b p

👍 5