Extract :ui posframe packages into other modules

This commit is contained in:
Henrik Lissner 2018-05-08 21:47:40 +02:00
parent 8d936f2d0b
commit 317b556bde
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
10 changed files with 77 additions and 84 deletions

View file

@ -22,10 +22,11 @@
:completion
(company ; the ultimate code completion backend
+auto ; as-you-type code completion
+childframe) ; a nicer company UI. Emacs +26 only!
+childframe) ; a nicer company UI (Emacs 26+ only)
;helm ; the *other* search engine for love and life
;ido ; the other *other* search engine...
ivy ; a search engine for love and life
(ivy ; a search engine for love and life
+childframe) ; uses childframes for popups (Emacs 26+ only)
:ui
doom ; what makes DOOM look the way it does
@ -35,7 +36,6 @@
evil-goggles ; display visual hints when editing in evil
hl-todo ; highlight TODO/FIXME/NOTE tags
nav-flash ; blink the current line after jumping
;posframe ; use child frames where possible (Emacs 26+ only)
;tabbar ; FIXME an (incomplete) tab bar for Emacs
;unicode ; extended unicode support for various languages
vi-tilde-fringe ; fringe tildes to mark beyond EOB