This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-25
Channels
- # announcements (5)
- # beginners (74)
- # boot (5)
- # cider (57)
- # cljdoc (5)
- # cljs-dev (45)
- # clojure (37)
- # clojure-dev (6)
- # clojure-europe (4)
- # clojure-italy (17)
- # clojure-nl (11)
- # clojure-spec (48)
- # clojure-uk (96)
- # clojurescript (79)
- # cursive (17)
- # data-science (1)
- # datomic (27)
- # emacs (2)
- # fulcro (22)
- # immutant (1)
- # java (62)
- # juxt (4)
- # kaocha (4)
- # lein-figwheel (5)
- # leiningen (6)
- # midje (1)
- # mount (1)
- # music (3)
- # nrepl (6)
- # off-topic (49)
- # pathom (10)
- # pedestal (2)
- # re-frame (43)
- # reagent (2)
- # ring (2)
- # shadow-cljs (78)
- # spacemacs (6)
- # test-check (2)
- # tools-deps (4)
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?
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"))
(I love the default theme 🙂 )
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!
I believe so. My understanding is only the *-perspective-*
variants like helm-projectile-switch-to-buffer
respect perspective boundaries.
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