fix(emacs/lean-company): always allow typing for FIND_P
This commit is contained in:
parent
106399179f
commit
51a0d154d1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue