This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-17
Channels
- # bangalore-clj (1)
- # beginners (23)
- # boot (141)
- # cider (68)
- # cljs-dev (29)
- # cljsjs (1)
- # cljsrn (11)
- # clojure (150)
- # clojure-austin (3)
- # clojure-berlin (1)
- # clojure-france (2)
- # clojure-greece (13)
- # clojure-italy (5)
- # clojure-russia (49)
- # clojure-spec (15)
- # clojure-uk (45)
- # clojurescript (152)
- # code-art (1)
- # core-async (75)
- # cursive (12)
- # datascript (2)
- # datomic (90)
- # dirac (5)
- # emacs (10)
- # garden (1)
- # hoplon (52)
- # instaparse (4)
- # juxt (2)
- # lein-figwheel (2)
- # lumo (47)
- # mount (94)
- # off-topic (20)
- # om (21)
- # onyx (14)
- # parinfer (19)
- # pedestal (3)
- # protorepl (13)
- # re-frame (5)
- # reagent (20)
- # slack-help (10)
- # spacemacs (8)
- # specter (57)
- # unrepl (11)
- # untangled (3)
- # vim (1)
- # yada (1)
anyone know how to turn off the fancy effects in the status bar?
they aren’t really sized properly, and don’t display at all in terminal mode
@cpmcdaniel - Try SPC t m t
.
well, that turns the whole modeline off, but now that I think about it, most of the modeline information other than the filename I generally ignore
@cpmcdaniel - Fair enough. There are other modeline toggles under SPC t m
that you might explore.
@cpmcdaniel if it's the separators between the things in the modeline that is bothering you, you can change the separator in our .spacemacs
... I set mine to nil
, ala:
(setq powerline-default-separator nil
powerline-center-theme t)
ah, powerline - that is what I am looking for. Thanks!