mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Revise company module flag comment descriptions
This commit is contained in:
@ -21,8 +21,8 @@
|
||||
|
||||
:completion
|
||||
(company ; the ultimate code completion backend
|
||||
+auto ; enable completion by default
|
||||
+childframe) ; use childframes whenever possible. Only available on Emacs +26
|
||||
+auto ; as-you-type code completion
|
||||
+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
|
||||
|
Reference in New Issue
Block a user