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:
Henrik Lissner 2018-11-09 13:35:59 -05:00
parent 9363ea8738
commit 7d2d27abe6

View File

@ -10,18 +10,14 @@
+docsets) ; ...or in Dash docsets locally +docsets) ; ...or in Dash docsets locally
snippets ; my elves. They type so I don't have to snippets ; my elves. They type so I don't have to
spellcheck ; tasing you for misspelling mispelling spellcheck ; tasing you for misspelling mispelling
(syntax-checker ; tasing you for every semicolon you forget syntax-checker ; tasing you for every semicolon you forget
+childframe) ; use childframes for error popups (Emacs 26+ only)
workspaces ; tab emulation, persistence & separate workspaces workspaces ; tab emulation, persistence & separate workspaces
:completion :completion
(company ; the ultimate code completion backend company ; the ultimate code completion backend
+auto) ; as-you-type code completion helm ; the *other* search engine for love and life
(helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine...
+fuzzy) ; enable fuzzy search backend for helm ;;ivy ; a 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
:ui :ui
;;deft ; notational velocity for Emacs ;;deft ; notational velocity for Emacs