This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-16
Channels
- # aleph (1)
- # aws (1)
- # beginners (23)
- # boot (33)
- # cider (15)
- # cljs-dev (4)
- # clojure (73)
- # clojure-dev (18)
- # clojure-italy (8)
- # clojure-russia (7)
- # clojure-serbia (1)
- # clojure-spec (8)
- # clojure-uk (118)
- # clojure-ukraine (3)
- # clojurescript (34)
- # code-art (1)
- # community-development (24)
- # cursive (21)
- # data-science (3)
- # datomic (72)
- # defnpodcast (1)
- # fulcro (77)
- # graphql (4)
- # hoplon (8)
- # jobs (3)
- # luminus (3)
- # lumo (7)
- # off-topic (3)
- # onyx (17)
- # other-languages (7)
- # pedestal (1)
- # perun (1)
- # protorepl (21)
- # re-frame (91)
- # ring (4)
- # ring-swagger (18)
- # shadow-cljs (22)
- # spacemacs (37)
- # specter (1)
- # sql (23)
- # test-check (4)
- # unrepl (29)
- # utah-clojurians (3)
- # vim (36)
- # yada (10)
@ag - Looks pretty sweet. Does it do syntax highlighting with GFM code blocks?
I dunno, maybe it does. I would say yes. Because it should. Otherwise what's the point of having it?
Guys, a few folks here at work complained about Spacemacs being sluggish etc. This is the tip I gave them and they say it did fix things for them.
it dotspacemacs/user-config
place (savehist-mode -1)
savehist-mode is the mode that saves messages buffer automatically that is not needed (unless you're debugging some weird behavior). And slows down Emacs in some cases (for example when you exit)
@eggsyntax that’s a great Idea - I don’t think it would be something too difficult either. Something setup on github pages
There are a few old-ish threads that I've gone through looking for speedup tips (I was having a bunch of problems for a while which turned out to be aggressive-indent-mode
).
I’ll add it to the backlog of tasks I have - I’d be happy to do something quite simple….a markdown document living on a jekyll website
the biggest spacemacs resource i have now is this channel actually so it would be cool to have a speedup tips page
@alexkeyes cool, hit me up when you get it going, I'll add the (limited) knowledge I have on it.
and I’m sure that your knowledge isn’t that limited @eggsyntax
I can definitely come up with maybe 6-8 things that are possible targets for speedup (although some of them could be outdated, perhaps). I could also probably write up a quick section on using the built-in profiler to track down bottlenecks.
Cool! Maybe worth coordinating with syl20bnr -- they might even be maintaining a partial list internally that would be a great start 🙂
I’ll create an issue on the spacemacs github or go into their glitter chat or something
hm I’ve never noticed any particular problems with linum, I guess I should spin up a VM and test vanilla spacemacs and other packages etc. to see how it affects startup time
It seems like most SM issues only affect a subset of users...my guess is that a lot of it's about layer interactions; there's just no way that anyone can test even a small fraction of the layer combinations found in the wild...
yeah that’s true too @eggsyntax
I do. SPC ' is very handy
@alexkeyes you might find these details of configuring your terminal in Spacemacs interesting https://practicalli.github.io/spacemacs/create-a-project/using-emacs-eshell.html