emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/flx d633b6e14a 157/182: Set custom type of options


From: ELPA Syncer
Subject: [nongnu] elpa/flx d633b6e14a 157/182: Set custom type of options
Date: Tue, 13 Dec 2022 03:59:39 -0500 (EST)

branch: elpa/flx
commit d633b6e14ada3b49d0fbf212390ffdf94653a4ae
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@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

[Prev in Thread] Current Thread [Next in Thread]