oantolin / orderless

Emacs completion style that matches multiple regexps in any order
GNU General Public License v3.0
771 stars 27 forks source link

Fix typos and move image to separate branch #134

Closed minad closed 1 year ago

minad commented 1 year ago

Take the image from a separate branch such that it is not distributed with the ELPA/MELPA packages. I use the same trick in my packages to keep the main branch clean. This way I also avoid fiddling with the elpaignore and MELPA ignore mechanisms.

oantolin commented 1 year ago

Thank you! I didn't know how to keep the images out of the main branch.

oantolin commented 1 year ago

Wait, I'm confused about how git works here: if I merge this, will that create the images branch or do I have to do that separately? I've never seen a commit that affects two branches at once. I'll just merge and find out what happens.

minad commented 1 year ago

Actually I abuse the image from the dispatcher branch, which is kind of ugly. You should probably create a separate images branch which just contains a single file, the image on the toplevel. Then also change the link in the README.

oantolin commented 1 year ago

Ah, OK, I was superconfused about why this worked.

minad commented 1 year ago

I think most of my packages have a dedicated screenshots branch for this purpose: https://github.com/minad/consult/tree/screenshots

oantolin commented 1 year ago

I just realized I could also upload the images to the wiki and link to them there.