]> code.delx.au - gnu-emacs-elpa/commitdiff
Move company-files closer to the front of company-backends
authorDmitry Gutov <dgutov@yandex.ru>
Sat, 6 Feb 2016 11:08:28 +0000 (14:08 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Sat, 6 Feb 2016 11:08:57 +0000 (14:08 +0300)
As an experiment. Closes #463.

NEWS.md
company.el

diff --git a/NEWS.md b/NEWS.md
index 87ea896fd53c0b488a4878fd71e1854e0b7c3f4f..841a62be34a29071fe387a89bf7f10cbf63c5b64 100644 (file)
--- 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`.
index 2381e9d535cdfaffd09938df476c06aeab8fbd7e..e3fd22c4661adec46c81ed494954ed73cec3657a 100644 (file)
@@ -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