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

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

[nongnu] elpa/flx 9c5cb5de02 158/182: Merge pull request #95 from emacsj


From: ELPA Syncer
Subject: [nongnu] elpa/flx 9c5cb5de02 158/182: Merge pull request #95 from emacsjanitors/silencio
Date: Tue, 13 Dec 2022 03:59:39 -0500 (EST)

branch: elpa/flx
commit 9c5cb5de0202b4eaac9359c84ca7ce9cbd7ee835
Merge: ae0981b253 d633b6e14a
Author: Le Wang <lewang@users.noreply.github.com>
Commit: GitHub <noreply@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

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