diff options
| author | BardofSprites <[email protected]> | 2025-07-19 14:08:08 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-07-19 14:08:08 -0400 |
| commit | 66b30ddfbc666d67e5cb8516798cdd915ffe56c7 (patch) | |
| tree | 71c87db6dfc8a7f801642400af9390d30fb77c8d /bard-emacs-modules/bard-emacs-completion.el | |
| parent | 6e407101cabf5cab08949fd0b5fc4e8721de32be (diff) | |
mct completion framework
Diffstat (limited to 'bard-emacs-modules/bard-emacs-completion.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-completion.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-completion.el b/bard-emacs-modules/bard-emacs-completion.el index 5f156f8..fd886a0 100644 --- a/bard-emacs-modules/bard-emacs-completion.el +++ b/bard-emacs-modules/bard-emacs-completion.el @@ -14,6 +14,13 @@ (add-hook 'rfn-eshadow-update-overlay-hook #'vertico-directory-tidy)) ) +(use-package mct + :ensure t + :config + (setq mct-hide-completion-mode-line t) + (add-hook 'completion-list-mode-hook #'consult-preview-at-point-mode) + (mct-mode t)) + (use-package rfn-eshadow :ensure nil :hook (minibuffer-setup . cursor-intangible-mode) |
