From 7d2d27abe630f06e592274bca3e79893722345d3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 9 Nov 2018 13:35:59 -0500 Subject: [PATCH] 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 --- init.example.el | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/init.example.el b/init.example.el index cbecc46d0..16f2709a1 100644 --- a/init.example.el +++ b/init.example.el @@ -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