summaryrefslogtreecommitdiff
path: root/config/init-completion.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config/init-completion.el13
1 files changed, 1 insertions, 12 deletions
diff --git a/config/init-completion.el b/config/init-completion.el
index e5ec83b..fc65e3d 100644
--- a/config/init-completion.el
+++ b/config/init-completion.el
@@ -24,24 +24,13 @@
:ensure t
:custom
(corfu-auto t)
- (corfu-auto-prefix 2)
- (corfu-preview-current nil)
- (corfu-auto-delay 0.2)
- (corfu-popupinfo-delay '(0.4 . 0.2))
- :config
- (setq tab-always-indent 'complete)
- :custom-face
- (corfu-border ((t (:inherit region :background unspecified))))
:bind ("M-/" . completion-at-point)
:hook ((after-init . global-corfu-mode)
(global-corfu-mode . corfu-popupinfo-mode)))
(use-package cape
:demand t
- :ensure t
- :init
- (add-to-list 'completion-at-point-functions #'cape-file)
- (advice-add 'eglot-completion-at-point :around #'cape-wrap-buster))
+ :ensure t)
(use-package marginalia
:hook (after-init . marginalia-mode))