Disable company-flx for performance reasons

This commit is contained in:
2016-07-15 13:59:35 -07:00
parent fb46a7ef2c
commit 43b7c06e6c

View File

@@ -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))