diff --git a/modules/applications/emacs/init.el b/modules/applications/emacs/init.el index 686caff..1912dd1 100755 --- a/modules/applications/emacs/init.el +++ b/modules/applications/emacs/init.el @@ -304,10 +304,6 @@ If point was already at that position, move point to beginning of line." ;; Use the tab-and-go frontend. ;; Allows TAB to select and complete at the same time. - (company-tng-configure-default) - (setq company-frontends - '(company-tng-frontend - company-echo-metadata-frontend)) (require 'color)