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
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
;;ido ; the other *other* search engine...
;;(ivy ; a search engine for love and life
;; +fuzzy) ; enable fuzzy search backend for ivy
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
:ui
;;deft ; notational velocity for Emacs