X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/de72f1d32110cdaa5ad5a5ec852c25559a23a1a4..8a99641b178876e1c309bdbcfca680807c1b2418:/company.el diff --git a/company.el b/company.el index af0f63a87..d4fd307ed 100644 --- a/company.el +++ b/company.el @@ -93,7 +93,7 @@ company-preview-if-just-one-frontend) (function :tag "custom function" nil)))) -(defcustom company-backends '(company-elisp) +(defcustom company-backends '(company-elisp company-nxml) "*" :group 'company :type '(repeat (function :tag "function" nil)))