This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-12-20
Channels
- # adventofcode (47)
- # announcements (3)
- # aws (29)
- # bangalore-clj (3)
- # beginners (63)
- # boot (2)
- # braveandtrue (40)
- # calva (34)
- # cider (37)
- # cljs-dev (8)
- # clojars (3)
- # clojure (45)
- # clojure-europe (2)
- # clojure-france (4)
- # clojure-india (2)
- # clojure-italy (44)
- # clojure-japan (4)
- # clojure-nl (39)
- # clojure-serbia (1)
- # clojure-spec (21)
- # clojure-uk (75)
- # clojurescript (28)
- # cursive (24)
- # data-science (3)
- # datomic (31)
- # emacs (13)
- # fulcro (35)
- # hoplon (21)
- # jobs-discuss (66)
- # nrepl (18)
- # off-topic (72)
- # pathom (35)
- # re-frame (20)
- # reagent (54)
- # shadow-cljs (35)
- # spacemacs (9)
- # specter (8)
- # sql (13)
- # testing (9)
- # tools-deps (21)
- # vim (3)
hello friends, As a newbie in elisp : I don’t know how to get a map-indexed
, any idea ?
@baptiste-from-paris just in case you haven’t found it, M-x apropos
(bound to C-h a
by default IIRC) is a great way to search for things within emacs. If you have something like helm
or counsel
installed and configured, they have commands that make filtering apropos results easier with fuzzy match…
Thanks !
Built my map-indexed 😅
This is very cool. I tried magithub, but I found it to be quite slow and a little bit buggy
@danielcompton Magithub can be slow if its always 'online'. Recent Spacemacs config sets Magithub to go 'online' when the user asks (to update pull requests / issues from the project). When 'offline', magithub does not slow down magit.
There's two parts to 'slow', I found it very slow on initial download, and yes the default of always online makes things even worse in day-to-day usage
But it was the initial download being slow that stopped me going any further with it
Also, it seemed to break my (uncustomised) magit status buffer
But I appreciate the author creating it