emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
2020-04-17T03:06:44.105500Z

Anyone knows what the emacs naming convention is for packages?

2020-04-17T03:07:10.106Z

I see people doing package--fn or package/fn or package//fn or package-fn

dpsutton 2020-04-17T03:13:37.106900Z

standard i know of is package-fn for public, package--fn for private

2020-04-17T03:18:59.109300Z

Hum, oh, I see. The doc said: Use two hyphens to separate prefix and name if the symbol is not meant to be used by other packages.

2020-04-17T07:31:41.109500Z

exactly what I'm looking for. Thanks

2020-04-17T19:08:16.110200Z

Anyone has experience publishing a package to MELPA?

2020-04-17T19:08:42.110800Z

And if not, what's the best way prior to being in MELPA to share my package with others? Just a git clone?

dotemacs 2020-04-17T19:13:05.111600Z

@didibus you can just put in a public git repo and there are package managers that allow you to pull a package straight from git.

2020-04-17T19:21:51.111800Z

Like which one?

2020-04-17T19:21:54.112Z

straight.el ?

2020-04-17T19:22:06.112300Z

I'm trying to see what my Install instructions should be for users

dotemacs 2020-04-17T19:22:30.112600Z

Yea, straight.el, but there is also el-get

dotemacs 2020-04-17T19:23:00.113200Z

In any case, if people want to try out your package, they’ll find a way to do it.

2020-04-17T20:35:35.115200Z

Hum, I guess I would like to provide some easy to follow instructions. I only know for Spacemacs since that's what I use.

2020-04-17T20:35:54.115800Z

I feel not everyone using Emacs would know how to install something not in Melpa

2020-04-17T20:36:08.116100Z

Like me 😝

2020-04-17T20:40:00.116400Z

El-get actually feels pretty nice