branch: elpa/flx commit 1f46d67762b0b60ac14851e0ca262e647c0afe00 Author: Le Wang <le.w...@agworld.com.au> Commit: Le Wang <le.w...@agworld.com.au>
Update big list experiment. --- misc/flx-test-list.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/misc/flx-test-list.el b/misc/flx-test-list.el index 34b0e9f85f..d6d6440d14 100644 --- a/misc/flx-test-list.el +++ b/misc/flx-test-list.el @@ -1,3 +1,5 @@ +;;; This is just a big list of files for experimenting + (provide 'flx-test-list) (defvar foo-list '(".autotest" @@ -4012,4 +4014,6 @@ "vendor/gems/simple_handlebars_rails/lib/simple_handlebars_rails.rb" "vendor/gems/simple_handlebars_rails/lib/simple_handlebars_rails/simple_handlebars_template.rb" "vendor/gems/simple_handlebars_rails/simple_handlebars_rails.gemspec") - "combined listing of redmine and discourse for study") \ No newline at end of file + "combined listing of redmine and discourse for study") + +;; (ido-completing-read ": " foo-list) \ No newline at end of file