branch: elpa/flx commit ad87db4348f7f2596a86d31c6cfbebe9c9f3b1c2 Author: Bozhidar Batsov <bozhi...@tradeo.com> Commit: Bozhidar Batsov <bozhi...@tradeo.com>
Make flx-ido depend on flx on package level It makes sense to have flx and flx-ido as separate packages on repos like Marmalade and MELPA, since there can be many completion frontends using the flx matching algorithm. --- flx-ido.el | 1 + 1 file changed, 1 insertion(+) diff --git a/flx-ido.el b/flx-ido.el index a21352d267..69cf8a5348 100644 --- a/flx-ido.el +++ b/flx-ido.el @@ -8,6 +8,7 @@ ;; Created: Sun Apr 21 20:38:36 2013 (+0800) ;; Version: 0.2 ;; URL: https://github.com/lewang/flx +;; Package-Requires: ((flx "0.1")) ;; This file is NOT part of GNU Emacs.