#+begin_src elisp (use-package company :ensure t :config (add-hook 'after-init-hook 'global-company-mode)) #+end_src