Skip to content

Commit

Permalink
Set custom type of options
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Oct 13, 2017
1 parent ae0981b commit d633b6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flx-ido.el
Expand Up @@ -67,11 +67,13 @@
Flx will not kick in until collection is filtered below this
size with idos' default \"flex\" algorithm."
:type 'integer
:group 'ido)


(defcustom flx-ido-use-faces t
"Use `flx-highlight-face' to indicate characters contributing to best score."
:type 'boolean
:group 'ido)

(unless (fboundp 'delete-consecutive-dups)
Expand Down

0 comments on commit d633b6e

Please sign in to comment.