fix(emacs/lean-company): always allow typing for FIND_P

This commit is contained in:
Soonho Kong 2014-09-29 10:31:59 -07:00
parent 106399179f
commit 51a0d154d1

View file

@ -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