fix(emacs): migrate company configuration to init.el
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
bda35981fc
commit
575f930dd0
2 changed files with 4 additions and 4 deletions
|
@ -26,6 +26,10 @@
|
|||
|
||||
;; Completion
|
||||
(use-package company :straight t
|
||||
:custom
|
||||
(completion-styles '(basic orderless))
|
||||
:bind
|
||||
("M-SPC" . #'company-complete)
|
||||
:init
|
||||
(add-hook 'after-init-hook 'global-company-mode))
|
||||
(use-package company-box :straight t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue