mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Extract :ui posframe packages into other modules
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user