https://github.com/vic/ido-better-flex
A better fuzzy matching algorithm for emacs ido-mode
https://github.com/vic/ido-better-flex
Last synced: 5 months ago
JSON representation
A better fuzzy matching algorithm for emacs ido-mode
- Host: GitHub
- URL: https://github.com/vic/ido-better-flex
- Owner: vic
- License: gpl-3.0
- Created: 2012-01-18T20:24:21.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T11:28:59.000Z (almost 9 years ago)
- Last Synced: 2025-02-16T20:43:49.193Z (over 1 year ago)
- Language: Emacs Lisp
- Homepage: http://marmalade-repo.org/packages/ido-better-flex
- Size: 16.6 KB
- Stars: 12
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
= ido-better-flex
Just another fuzzy matching algorithm for use with emacs ido mode.
== Installation
Place the file on your load-path or if you have package.el installed:
M-x package-install ido-better-flex
Then just enable it using:
(ido-better-flex/enable)