branch: elpa/flx
commit 114cf369cb3d8201798dbc18d695e46228ab7e19
Author: Le Wang <[email protected]>
Commit: Le Wang <[email protected]>
add ido installation instructions
---
flx-ido.el | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/flx-ido.el b/flx-ido.el
index 29cef169f8..03cd36ff61 100644
--- a/flx-ido.el
+++ b/flx-ido.el
@@ -13,14 +13,18 @@
;; Version: 0.1
;; Last-Updated:
;; By:
-;; Update #: 1
+;; Update #: 2
;; URL:
;; Keywords:
;; Compatibility:
;;; Installation:
+;; Add to your init file:
;;
+;; (require 'flx-ido)
+;; (setq ido-enable-flex-matchint t
+;; flx-ido-use t)
;;
;;