Add posframes to helm in emacs 26+

This commit is contained in:
Aria 2018-05-30 13:55:09 +10:00
parent 49f16f681c
commit ded367eef5
3 changed files with 23 additions and 1 deletions

View file

@ -10,3 +10,5 @@
(package! helm-projectile)
(package! helm-swoop)
(package! wgrep)
(when (and EMACS26+ (featurep! +childframe))
(package! posframe))