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

@ -20,7 +20,8 @@
(company ; the ultimate code completion backend
+auto ; as-you-type code completion
+childframe) ; a nicer company UI (Emacs 26+ only)
;helm ; the *other* search engine for love and life
;(helm ; the *other* search engine for love and life
; +childframe) ; uses childframes for popups (Emacs 26+ only)
;ido ; the other *other* search engine...
(ivy ; a search engine for love and life
+childframe) ; uses childframes for popups (Emacs 26+ only)