diff options
| author | Blake Romero <blake@blkrom.com> | 2025-10-01 17:49:38 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-10-01 17:49:38 +0100 |
| commit | fedb17728a216c5254ca6d803efbdd81be5f5ee5 (patch) | |
| tree | d581763b8a7325ad6e6031e838f35ceae1f50a2c /emacs-config.org | |
| parent | 45de1683b72f565a3a1aadae8ffefebe7abcbded (diff) | |
Add Marginalia package
Diffstat (limited to 'emacs-config.org')
| -rw-r--r-- | emacs-config.org | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org index 34e13e5..ae0b8bc 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -1597,3 +1597,16 @@ Corfu enhances in-buffer completion with a small completion popup. The current c (global-corfu-mode)) #+end_src +** Marginalia +https://github.com/minad/marginalia + +This package provides marginalia-mode which adds marginalia to the minibuffer completions. + +#+begin_src elisp + (use-package marginalia + :ensure t + :bind (:map minibuffer-local-map + ("C-M-i" . marginalia-cycle)) + :init (marginalia-mode)) +#+end_src + |
