This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-31
Channels
- # aleph (1)
- # announcements (2)
- # beginners (105)
- # braveandtrue (1)
- # cider (61)
- # clara (47)
- # cljdoc (29)
- # cljs-dev (5)
- # clojure (61)
- # clojure-austin (14)
- # clojure-brasil (1)
- # clojure-india (3)
- # clojure-italy (4)
- # clojure-mexico (1)
- # clojure-nl (2)
- # clojure-spec (37)
- # clojure-uk (95)
- # clojurescript (73)
- # cursive (12)
- # data-science (1)
- # datomic (26)
- # duct (10)
- # emacs (5)
- # fulcro (47)
- # hoplon (6)
- # hyperfiddle (3)
- # jobs-discuss (3)
- # kaocha (2)
- # leiningen (3)
- # nrepl (8)
- # off-topic (3)
- # onyx (2)
- # re-frame (31)
- # reitit (16)
- # shadow-cljs (36)
- # spacemacs (46)
- # specter (16)
- # tools-deps (13)
- # yada (22)
@jarvinenemil you should always update your .spacemacs
file from the template after pulling changes.
SPC f e D
will run ediff
against your .spacemacs
file and the template. I copy everything from the template apart from settings I know I have changed
I update from within Spacemacs by opening a file from .emacs.d
, usually the readme file.
SPC g s
to open Magit client, F
to bring up the pull menu, -r
to set rebase to true, o
to pull from origin. Then I restart Spacemacs with SPC q r
.
Then I update the .spacemacs
file from template. And then update packages from the link on the Spacemacs home buffer SPC b h
Thank you for the advice π
what are the keybindings on a mac for slurping parentheses? On linux it always used to be ctrl plus an arrow key
i havent used spacemacs in a while
has it changed?
It hasn't changed ever AFAIK. Slurping the next form into the current parens is SPC k s
. Lots of related structural editing things are under the SPC k
menu.
@jeff.terrell good to see you still active! hope alls well in NC
Good to see you too man! All is well. I'm actually a prof at UNC CompSci now. Did you finish up at Duke? Will you be at the Conj this year?
oh thats awesome dude
so, I took a job as a senior data scientist at tesla. Been here for the last 5 months and haven't been able to use clojure
been forced to use python.... but now i have gained some leverage and im back to using clojure π
Ooh, fantastic all around! Graduation, Tesla, and getting to use Clojure at work. Congrats!
Will you be at the Conj this year?
PRobably not π
sadly, i only get 15 days PTO at tesla, which includes sick days
right now i have 4 precious days
but I'm going to be giving a talk at Duke in november
and im also giving a talk here: https://mlconf.com/events/mlconf-sf-2018/ ill be sure to plug clojure
ive missed this community so much
That's nice to hear. :-) Break a leg at your talks! Is the info for the talk at Duke posted yet?
not just yet π I think its mostly an industry talk to masters students about doing data science in industry
i want to move back to NC
Oh yeah? California not your thing?
no π i dont like it, its too hectic, and i had a better community of friends in NC
i plan to work here for a year and then look for something back in NC π
ive actually got so much to talk about
my team keeps talking about the need for an immutable database with a history of all changes, and i keep wanting to suggest datomic to them
im learning more about data engineering here, because it seems that in order to do data science i need to go out and collect and store the correct data
the current data they have is terrible, because it gets mutated by humans and all previous values are lost. Sometimes the edits are incorrect, and the previous value was correct! π§
Ah, sorry to hear you don't like the pace there. I know what you mean. I spent two summers in CA (Berkeley and San Diego) and, although it was fun for a summer, I decided I liked NC better. It does sound like the team needs Datomic, wow! Well, good luck with it all, and I hope you're able to find something good in NC.
Oops, i never updated the .spacemacs file after pulling fresh develop
. I guess i was lucky thenβ¦
i dont like SPC k s
sometimes i need to slurp more than once
If you need to do it more than once, I think you can say SPC k s s
.
@U46LFMYTD >
should also slurp
@U45J3R52L haven't found this to work. Are you using evil mode in spacemacs or straight up emacs?
this enables evil-cleverparens-mode in lisp files which in turns maps >
to evil-cp->
which slurps
Basically your cursor turns a different color (in my case purple) because you're in a structural editing transient state. I usually just escape out of it, but for repeated structural edits it can be a time saver.
oh ok, i need to forget some muscle memory. Hopefully this new way is more optimal :#