]> code.delx.au - gnu-emacs-elpa/commitdiff
Removed debugging code that lead to wrong configuration.
authorNikolaj Schumacher <git@nschum.de>
Thu, 16 Apr 2009 15:40:39 +0000 (17:40 +0200)
committerNikolaj Schumacher <git@nschum.de>
Sat, 18 Apr 2009 09:47:07 +0000 (11:47 +0200)
company-etags.el

index db6a1aa8917c3056e61306ffc6da860763dc98e4..321f4f8653527e61d4ef99ffb115f1bf71b71bff 100644 (file)
@@ -74,9 +74,5 @@ buffer automatically."
                      (cons buffer (with-current-buffer buffer (point)))))))
     ('sorted t)))
 
-(add-to-list 'company-backends 'company-etags)
-
 (provide 'company-etags)
 ;;; company-etags.el ends here
-
-