Extract :ui posframe packages into other modules
This commit is contained in:
parent
8d936f2d0b
commit
317b556bde
10 changed files with 77 additions and 84 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue