From 43b7c06e6cf709d2cbfc4dd9bb2afd8db4b12302 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 15 Jul 2016 13:59:35 -0700 Subject: [PATCH] Disable company-flx for performance reasons --- dotfiles/emacs.d/README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 5b17533b..57417be1 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -2834,6 +2834,7 @@ I had to disable this mode because something that it does messes with coding set **** company-flx #+BEGIN_SRC emacs-lisp (use-package company-flx + :disabled t :after company :config (company-flx-mode +1))