emacs-macos/src/modules/completion/company.org

123 B

(use-package company
  :ensure t
  :config
  (add-hook 'after-init-hook 'global-company-mode))