diff options
| author | Eric Abrahamsen <eric@ericabrahamsen.net> | 2018-12-23 10:38:43 -0800 |
|---|---|---|
| committer | Eric Abrahamsen <eric@ericabrahamsen.net> | 2018-12-23 10:38:43 -0800 |
| commit | 02d8858d127b5ed3a7a003fa548d424c237948b9 (patch) | |
| tree | 48759db724dc55c1847bd2d359e93178d525b615 | |
| parent | e29861ae23f310894de46d799ef6607f314faebf (diff) | |
[company-ebdb] Add to company-backends by default
* packages/company-ebdb/company-ebdb.el: Otherwise, why would they
hvae installed it?
| -rw-r--r-- | company-ebdb.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/company-ebdb.el b/company-ebdb.el index 9766d04..83dc53a 100644 --- a/company-ebdb.el +++ b/company-ebdb.el @@ -76,5 +76,7 @@ (sorted t) (no-cache t))) +(add-to-list 'company-backends 'company-ebdb) + (provide 'company-ebdb) ;;; company-ebdb.el ends here |
