Fork me on GitHub
#editors
<
2019-04-05
>
elamje04:04:21

hi, today I’m working on some html generation with hiccup in emacs(cider), and I was wondering if anyone knows how to get hiccup autocompletions going in emacs?

vemv04:04:02

at the very least you should be getting generic (non-hiccup-specific) kw completions, are you? CIDER uses https://github.com/alexander-yakushev/compliment , if you wish a hiccup-specific behavior, it's certainly doable

elamje20:04:04

I am getting kw completions, It’s just wrt hiccup

elamje20:04:23

Thanks for the link, it looks like I maybe need to look into the custom sources functionality

elamje04:04:43

I type things like :meta and I would think by the time I type :m it would be able to pick up :meta, but it doesn’t. Any resources would be helpful, I’m an emacs noob

seancorfield04:04:12

@j3elam Maybe ask in #cider or #emacs ? I think there are a variety of ways to get auto-complete in Emacs. It's been years since I last used it tho'...

👍 4