mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(navigation): use helm-posframe
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user