This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-06-29
Channels
- # admin-announcements (25)
- # announcements (1)
- # beginners (29)
- # boot (2)
- # cider (4)
- # clojure (92)
- # clojure-berlin (1)
- # clojure-france (45)
- # clojure-germany (3)
- # clojure-india (1)
- # clojure-japan (4)
- # clojure-russia (78)
- # clojure-uk (11)
- # clojurebridge (7)
- # clojurescript (73)
- # datomic (6)
- # editors (39)
- # euroclojure (83)
- # jobs (3)
- # ldnclj (80)
- # om (9)
- # onyx (7)
- # reading-clojure (1)
- # reagent (2)
Emacs question: I want to set up company-mode in Emacs but it tells me the package "company-mode" is unavailable, how did this happen and how can I fix it?
marmalade, tromey, melpa. To be honest I haven't thought about it, my Emacs setup was based on a base Clojure friendly setup
This is a subject of debate 😛 but if you have melpa you should be able to find company...
what's the advantages? The README has been in my pinned tabs for two weeks now. I actually only installed it now because ac bugged out
the main advantage of company over ac is that the internal implementation is way simpler, meaning it’s easier to extend it
it’s also built on top of standard Emacs completion functionality, which means that it will often work out of the box without any custom plugins