hi Tassilo,
I switch to the prelude package, it works now. thanks a lot.
Joe
On Sun, Sep 21, 2014 at 3:59 PM, Tassilo Horn wrote:
> Xiangtao Zhou writes:
>
> Hi!
>
> > I have upgrade the latest emacs-cider, the document suggest me to use
> > company for auto completion, but it doesn't work, a
hi Tassilo,
that's great, thanks. I current use a function wrap reify, it's simple.
(defn make-reify [entity] ...)
(defmacro def-site-entity
`(let [e# (create-e)]
(def ~ent (make-reify e#
Joe
On Wed, Dec 18, 2013 at 8:14 PM, Tassilo Horn wrote:
> Xiangtao Zhou writes:
>
> Hi!
>
> >