diff --git a/.emacs.d/config/dev.el b/.emacs.d/config/dev.el index 7507333..a46ea30 100644 --- a/.emacs.d/config/dev.el +++ b/.emacs.d/config/dev.el @@ -49,10 +49,3 @@ :config (setq lsp-ui-doc-position 'at-point) (setq lsp-ui-doc-show-with-mouse nil)) - -(use-package company - :ensure t - :bind (:map company-active-map - ("RET" . nil) - ("" . nil) - ("M-RET" . company-complete-selection))) diff --git a/.emacs.d/config/git.el b/.emacs.d/config/git.el index 12ca787..050e1bb 100644 --- a/.emacs.d/config/git.el +++ b/.emacs.d/config/git.el @@ -15,6 +15,3 @@ :config ;; Turn on flyspell when writing commit messages (add-hook 'git-commit-setup-hook 'git-commit-turn-on-flyspell)) - -(use-package git-timemachine - :ensure t)