From 51a0d154d137708dc4bc87690628d3716cf2774a Mon Sep 17 00:00:00 2001 From: Soonho Kong Date: Mon, 29 Sep 2014 10:31:59 -0700 Subject: [PATCH] fix(emacs/lean-company): always allow typing for FIND_P --- src/emacs/lean-company.el | 1 + 1 file changed, 1 insertion(+) diff --git a/src/emacs/lean-company.el b/src/emacs/lean-company.el index 325c9fa06..2654dd356 100644 --- a/src/emacs/lean-company.el +++ b/src/emacs/lean-company.el @@ -214,6 +214,7 @@ triggers a completion immediately." (location (company-lean--findp-location arg)) (match (company-lean--findp-match arg)) (no-cache t) + (require-match 'never) (sorted t))) ;; ADVICES