This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-27
Channels
- # admin-announcements (1)
- # announcements (1)
- # babashka (16)
- # beginners (222)
- # bristol-clojurians (6)
- # calva (13)
- # cestmeetup (5)
- # cider (19)
- # cljs-dev (2)
- # cljsrn (4)
- # clojure (65)
- # clojure-europe (31)
- # clojure-nl (1)
- # clojure-norway (1)
- # clojure-uk (33)
- # clojurescript (64)
- # community-development (5)
- # core-async (18)
- # cursive (15)
- # datomic (6)
- # devcards (1)
- # emacs (18)
- # figwheel-main (102)
- # fulcro (51)
- # graalvm (2)
- # helix (8)
- # instaparse (33)
- # jobs (8)
- # jobs-discuss (3)
- # leiningen (42)
- # off-topic (88)
- # pedestal (15)
- # re-frame (18)
- # reagent (26)
- # reitit (15)
- # rum (3)
- # shadow-cljs (119)
- # spacemacs (9)
- # sql (2)
- # tools-deps (7)
I am using spacemacs and I have selected Update Packages and have a list of 21 modules to be updated; I receive this: IT perorms the backup then
--> preparing update of package .......then gets stuck
@dev.4openid is should show a message at the bottom saying restart with SPC q r
It sounds like it's not getting that far. Maybe there is a faulty package on Melpa.
I suggest restarting anyway.
You could also check any recent changes made to the .spacemacs file, or SPC f e R
to see if any errors are returned.
I have not seen this issue before.
More updates to the Practicalli Spacemacs book • Staging and unstaging, expanding and navigating sections and fine grain selection of changes https://practicalli.github.io/spacemacs/source-control/magit/stashing.html • Using Magit Forge to pull lists of issues and pull request, fork an existing repo on GitHub and create a pull request from Emacs (no need to visit GitHub and push that green button - https://practicalli.github.io/spacemacs/source-control/magit/forge.html Magit forge does require a little setup and although there is a wizard it seems a little unreliable, so I documented how to set up Magit forge manually - hopefully a lot clearer than I found the various pages I followed to create this page https://practicalli.github.io/spacemacs/source-control/forge-configuration.html
Any recommendation for binding the sp-copy-sexp
in Spacemacs?
I have been using this via SPC SPC sp-copy-sexp
for ages.
For some reason I can’t find this default mapping in Spacemacs.
I haven’t seen that (and I’m on my phone so can’t check it out)—is it different than ya)
and y%
in evil mode?
Wow I really should just use ya). Thanks so much for pointing this out! I came from traditional Emacs and totally forgot about this Vim command. Thanks @U056QFNM5
I use % to jump between open and close parentheses all the time and for got that y% is something I need for getting the same effect as the above.
Fantastic! Glad that was helpful. Cheers.