mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #550 from jwintz/develop
Add missing completion flags.
This commit is contained in:
@ -20,7 +20,9 @@
|
||||
workspaces ; tab emulation, persistence & separate workspaces
|
||||
|
||||
:completion
|
||||
company ; the ultimate code completion backend
|
||||
(company ; the ultimate code completion backend
|
||||
+auto ; enable completion by default
|
||||
+childframe) ; use childframes whenever possible. Only available on Emacs +26
|
||||
;helm ; the *other* search engine for love and life
|
||||
;ido ; the other *other* search engine...
|
||||
ivy ; a search engine for love and life
|
||||
|
Reference in New Issue
Block a user