]> code.delx.au - gnu-emacs-elpa/blobdiff - company.el
Added nxml-mode support.
[gnu-emacs-elpa] / company.el
index af0f63a878d0ce6a86d71b93929968a1551e02ec..d4fd307ed2b58634f8ebfbaf9fdf482d7c84bc5f 100644 (file)
@@ -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)))