Disable company-flx for performance reasons

This commit is contained in:
Ivan Malison 2016-07-15 13:59:35 -07:00
parent fb46a7ef2c
commit 43b7c06e6c
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2834,6 +2834,7 @@ I had to disable this mode because something that it does messes with coding set
**** company-flx **** company-flx
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package company-flx (use-package company-flx
:disabled t
:after company :after company
:config :config
(company-flx-mode +1)) (company-flx-mode +1))