diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-04-14 19:56:19 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-04-14 19:56:19 -0700 |
| commit | 47b2070d8fc0fe3aa8b90ae094b90aee92603979 (patch) | |
| tree | bfbd6e987076045385904a3d78fb2c37ddbd554a /emacs/custom/my-prog.el | |
| parent | replace avy/counsel with vertico/consult (diff) | |
| download | emacs.d-47b2070d8fc0fe3aa8b90ae094b90aee92603979.tar.gz | |
replace company with corfu
Diffstat (limited to 'emacs/custom/my-prog.el')
| -rw-r--r-- | emacs/custom/my-prog.el | 12 |
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 |
