branch: elpa/flx
commit d633b6e14ada3b49d0fbf212390ffdf94653a4ae
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Set custom type of options
---
 flx-ido.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/flx-ido.el b/flx-ido.el
index 0cb93a32d7..799d06a8d0 100644
--- a/flx-ido.el
+++ b/flx-ido.el
@@ -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)

Reply via email to