mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Make +childframe, +auto & +fuzzy opt-in
- +childframe is buggy on MacOS - +auto is slow in some modes - +fuzzy is slow with some ivy/helm commands
This commit is contained in:
@ -10,18 +10,14 @@
|
||||
+docsets) ; ...or in Dash docsets locally
|
||||
snippets ; my elves. They type so I don't have to
|
||||
spellcheck ; tasing you for misspelling mispelling
|
||||
(syntax-checker ; tasing you for every semicolon you forget
|
||||
+childframe) ; use childframes for error popups (Emacs 26+ only)
|
||||
syntax-checker ; tasing you for every semicolon you forget
|
||||
workspaces ; tab emulation, persistence & separate workspaces
|
||||
|
||||
:completion
|
||||
(company ; the ultimate code completion backend
|
||||
+auto) ; as-you-type code completion
|
||||
(helm ; the *other* search engine for love and life
|
||||
+fuzzy) ; enable fuzzy search backend for helm
|
||||
company ; the ultimate code completion backend
|
||||
helm ; the *other* search engine for love and life
|
||||
;;ido ; the other *other* search engine...
|
||||
;;(ivy ; a search engine for love and life
|
||||
;; +fuzzy) ; enable fuzzy search backend for ivy
|
||||
;;ivy ; a search engine for love and life
|
||||
|
||||
:ui
|
||||
;;deft ; notational velocity for Emacs
|
||||
|
Reference in New Issue
Block a user