feat(navigation): use helm-posframe

This commit is contained in:
2021-06-17 20:16:52 +01:00
parent 93c22e1bb9
commit 63b5441deb
3 changed files with 18 additions and 2 deletions

View File

@@ -174,5 +174,17 @@
:defer t
:after (helm-global-bindings))
(use-package helm-posframe
:custom
(helm-posframe-border-width 3)
(helm-posframe-height nil)
(helm-posframe-min-height 70)
(helm-posframe-width 400)
(helm-posframe-min-width nil)
:config
(when window-system
(helm-posframe-enable)))
(provide 'siren-helm)
;;; siren-helm.el ends here