emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 7d0db9e 135/173: Move company-files closer to the front of


From: Dmitry Gutov
Subject: [elpa] master 7d0db9e 135/173: Move company-files closer to the front of company-backends
Date: Thu, 23 Jun 2016 00:28:45 +0000 (UTC)

branch: master
commit 7d0db9ea6232b0167d9d437fc72a9ee16a028747
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    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 87ea896..841a62b 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 2381e9d..e3fd22c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]