diff --git a/.emacs.d/include/misc.el b/.emacs.d/include/misc.el index 05e28f3..9097bec 100644 --- a/.emacs.d/include/misc.el +++ b/.emacs.d/include/misc.el @@ -142,6 +142,9 @@ (meow-setup) +;; Company completion +(keymap-global-set "M-SPC" #'company-complete) + ;; LSP (setq lsp-inlay-hint-enable t) (setq lsp-ui-doc-include-signature t)