mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
Add posframes to helm in emacs 26+
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user