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

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

[nongnu] elpa/flx 1f175f3c65 047/182: add comment about disabling ido fa


From: ELPA Syncer
Subject: [nongnu] elpa/flx 1f175f3c65 047/182: add comment about disabling ido faces
Date: Tue, 13 Dec 2022 03:59:25 -0500 (EST)

branch: elpa/flx
commit 1f175f3c6539b8c512162610e4c1732e4ade34f8
Author: Le Wang <le.wang@agworld.com.au>
Commit: Le Wang <le.wang@agworld.com.au>

    add comment about disabling ido faces
---
 README.md  | 2 ++
 flx-ido.el | 5 ++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0e0f14efc1..66d9d6ff92 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,8 @@ Add this to your init file and *flx* match will be enabled 
for ido.
     (ido-mode 1)
     (ido-everywhere 1)
     (flx-ido-mode 1)
+    ;; disable ido faces to see flx highlights.
+    (setq ido-use-faces nil)
 
 
 
diff --git a/flx-ido.el b/flx-ido.el
index 3fb663420c..00389b68a4 100644
--- a/flx-ido.el
+++ b/flx-ido.el
@@ -13,7 +13,7 @@
 ;; Version: 0.1
 ;; Last-Updated:
 ;;           By:
-;;     Update #: 49
+;;     Update #: 51
 ;; URL:
 ;; Keywords:
 ;; Compatibility:
@@ -26,6 +26,9 @@
 ;;     (ido-mode 1)
 ;;     (ido-everywhere 1)
 ;;     (flx-ido-mode 1)
+;;     ;; disable ido faces to see flx highlights.
+;;     (setq ido-use-faces nil)
+;;
 ;;
 ;;
 



reply via email to

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