feat(navigation/helm): add helm-xref package

This commit is contained in:
2021-10-24 03:51:56 +01:00
parent 01bd757c15
commit 11099af502
2 changed files with 5 additions and 0 deletions

View File

@@ -189,6 +189,10 @@
:defer t
:after (helm-global-bindings))
(use-package helm-xref
:defer t
:after (helm-global-bindings))
(use-package helm-posframe
:custom
(helm-posframe-border-width 3)