diff --git a/.emacs.d/config/dev.el b/.emacs.d/config/dev.el index 15f4b1f..7507333 100644 --- a/.emacs.d/config/dev.el +++ b/.emacs.d/config/dev.el @@ -50,12 +50,9 @@ (setq lsp-ui-doc-position 'at-point) (setq lsp-ui-doc-show-with-mouse nil)) -(use-package yasnippet - :ensure t) - (use-package company :ensure t :bind (:map company-active-map - ("RET" . nil) - ("" . nil) - ("M-RET" . company-complete-selection))) + ("RET" . nil) + ("" . nil) + ("M-RET" . company-complete-selection)))