summaryrefslogtreecommitdiff
path: root/emacs/custom/my-prog.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-prog.el12
1 files changed, 1 insertions, 11 deletions
diff --git a/emacs/custom/my-prog.el b/emacs/custom/my-prog.el
index 9146d2d..ae3202b 100644
--- a/emacs/custom/my-prog.el
+++ b/emacs/custom/my-prog.el
@@ -47,16 +47,6 @@
(comment-fill-column 80)
(comment-auto-fill-only-comments t))
-(use-package company
- :ensure t
- :diminish company-mode
- :hook (prog-mode . company-mode)
- :custom
- (company-minimum-prefix-length 2)
- (company-tooltip-align-annotations t)
- (company-tooltip-limit 12)
- (company-idle-delay 1))
-
(use-package lispy
:ensure t
:config
@@ -70,7 +60,7 @@
:bind ("C-c C-h" . eldoc))
(use-package eglot
- :after (yasnippet company)
+ :after (yasnippet)
:commands (eglot eglot-ensure)
:ensure t
:bind (:map eglot-mode-map