summary refs log tree commit diff
path: root/emacs/custom/my-packages.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-09-24 12:34:16 -0700
committerFranck Cuny <franck@fcuny.net>2022-09-24 12:40:37 -0700
commitf6337a4eae01679c20fd09d51971d43ddd5ea404 (patch)
tree30c98b5c4636091bcc19f285054f75aa97b0b3ac /emacs/custom/my-packages.el
parentfeat(lang/nix): format the buffer on save (diff)
downloademacs.d-f6337a4eae01679c20fd09d51971d43ddd5ea404.tar.gz
feat(packages): install corfu-doc
Change-Id: I59e41c5a4a8949a2c04aea391eb74f5bbbd71549
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-packages.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/my-packages.el b/emacs/custom/my-packages.el
index 569fb40..99cf01b 100644
--- a/emacs/custom/my-packages.el
+++ b/emacs/custom/my-packages.el
@@ -64,6 +64,7 @@
 (straight-use-package 'consult)
 (straight-use-package 'consult-lsp)
 (straight-use-package 'corfu)
+(straight-use-package 'corfu-doc)
 (straight-use-package 'marginalia)
 (straight-use-package 'orderless)
 (straight-use-package 'tempel)