(eval-when-compile (require 'use-package)) (use-package company :ensure t :diminish company-mode :config (global-company-mode) (setq company-global-modes '(not term-mode) company-idle-delay 0.3 company-minimum-prefix-length 3 company-selection-wrap-around t company-show-numbers t company-tooltip-align-annotations t company-require-match nil)) (provide 'fcuny-company)