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

8 lines
128 B
Org Mode
Raw Normal View History

2025-02-20 10:39:15 -07:00
#+begin_src elisp
(use-package company
:ensure t
:after (hyperbole)
:hook
(after-init . global-company-mode))
#+end_src