branch: elpa/flx commit 1f175f3c6539b8c512162610e4c1732e4ade34f8 Author: Le Wang <le.w...@agworld.com.au> Commit: Le Wang <le.w...@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) +;; ;; ;;