(require 'config-package) (use-package company :ensure t :commands company-mode :diminish company-mode :config (global-company-mode) (setq company-global-modes '(not term-mode)) (setq company-idle-delay 0.3 company-selection-wrap-around t company-show-numbers t company-tooltip-align-annotations t company-require-match nil)) (provide 'module-autocomplete)