branch: elpa/flx
commit 9c5cb5de0202b4eaac9359c84ca7ce9cbd7ee835
Merge: ae0981b253 d633b6e14a
Author: Le Wang <lew...@users.noreply.github.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #95 from emacsjanitors/silencio
    
    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