From 7d0db9ea6232b0167d9d437fc72a9ee16a028747 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sat, 6 Feb 2016 14:08:28 +0300 Subject: [PATCH] Move company-files closer to the front of company-backends As an experiment. Closes #463. --- NEWS.md | 3 +++ company.el | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 87ea896fd..841a62be3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,9 @@ ## Next +* `company-files` has been moved to right after `company-capf` in + `company-backends` + ([#463](https://github.com/company-mode/company-mode/issues/463)). * `company-semantic-insert-arguments`: New option. Like in `company-clang`. * `company-semantic-begin-after-member-access`: New option. Similar to the one in `company-clang`. diff --git a/company.el b/company.el index 2381e9d53..e3fd22c46 100644 --- a/company.el +++ b/company.el @@ -312,9 +312,10 @@ This doesn't include the margins and the scroll bar." company-eclim company-semantic company-clang company-xcode company-cmake company-capf + company-files (company-dabbrev-code company-gtags company-etags company-keywords) - company-oddmuse company-files company-dabbrev) + company-oddmuse company-dabbrev) "The list of active backends (completion engines). Only one backend is used at a time. The choice depends on the order of -- 2.39.2