Add company-flx

This commit is contained in:
Ivan Malison 2016-07-13 11:04:53 -07:00
parent 0f36156050
commit 7c69172849
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2818,6 +2818,14 @@ I had to disable this mode because something that it does messes with coding set
:init
(add-hook 'prog-mode-hook (lambda () (company-mode t))))
#+END_SRC
**** company-flx
#+BEGIN_SRC emacs-lisp
(use-package company-flx
:after company
:config
(company-flx-mode +1))
#+END_SRC
*** undo-tree
#+BEGIN_SRC emacs-lisp
(use-package undo-tree