https://github.com/rocktakey/ido-flex-with-migemo
You can use ido with both flex and migemo
https://github.com/rocktakey/ido-flex-with-migemo
emacs emacs-lisp ido migemo
Last synced: about 2 months ago
JSON representation
You can use ido with both flex and migemo
- Host: GitHub
- URL: https://github.com/rocktakey/ido-flex-with-migemo
- Owner: ROCKTAKEY
- License: gpl-3.0
- Created: 2017-02-05T14:00:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-20T13:17:15.000Z (over 5 years ago)
- Last Synced: 2025-02-08T12:27:53.532Z (4 months ago)
- Topics: emacs, emacs-lisp, ido, migemo
- Language: Emacs Lisp
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
* Depend
Depend on:
- flx-ido (https://github.com/lewang/flx.git)
- migemo (https://github.com/emacs-jp/migemo.git)
* Usage
If you turn on "ido-flex-with-migemo-mode," you can use ido with both flex and migemo.
* Variable
These variable is used when ido-flex-with-migemo-mode is on.
** ido-flex-with-migemo-excluded-func-list
This is list of function you don't want to use ido-flex-with-migemo.
Here's an example:
#+BEGIN_SRC emacs-lisp -n
(require 'smex) ;;you have to install "smex" if you use this example
(add-to-list 'ido-flex-with-migemo-excluded-func-list 'smex)
#+END_SRC
** ido-flex-with-migemo-least-char
In ido, migemo is unactivated if length of `ido-text' is less than the value of this variable.
* Face
** ido-flex-with-migmeo-migemo-face
This is used to candidate which is chosen by migemo.