tristantio
03-07-2015, 04:06 AM
I'm working on a new emacs major-mode which ties into the wiki and my own auction tracker site.
Emacs has an amazing add on called "helm" which lets you type things like:
robe black
To get all matches on a defined word list (the match can be in any order, with spaces separating the words).
In this case, it would match the word "Flowing Black Robe" and narrow the result list down to just that option.
Having a search for "Helm" would narrow it down to all matches/items containing the word "Helm".
You can see a screenshot of it in action here:
http://ahungry.com/img/emacs-eq-items/sample.png
Or just check it out and install to your emacs plugins directory by visiting my github:
https://github.com/ahungry/emacs-eq-items
Emacs has an amazing add on called "helm" which lets you type things like:
robe black
To get all matches on a defined word list (the match can be in any order, with spaces separating the words).
In this case, it would match the word "Flowing Black Robe" and narrow the result list down to just that option.
Having a search for "Helm" would narrow it down to all matches/items containing the word "Helm".
You can see a screenshot of it in action here:
http://ahungry.com/img/emacs-eq-items/sample.png
Or just check it out and install to your emacs plugins directory by visiting my github:
https://github.com/ahungry/emacs-eq-items