Depend on:
- flx-ido (https://github.com/lewang/flx.git)
- migemo (https://github.com/emacs-jp/migemo.git)
If you turn on “ido-flex-with-migemo-mode,” you can use ido with both flex and migemo.
These variable is used when ido-flex-with-migemo-mode is on.
This is list of function you don’t want to use ido-flex-with-migemo. Here’s an example:
(require 'smex) ;;you have to install "smex" if you use this example
(add-to-list 'ido-flex-with-migemo-excluded-func-list 'smex)
In ido, migemo is unactivated if length of `ido-text’ is less than the value of this variable.
This is used to candidate which is chosen by migemo.