Company, lessgo!

Commit
d880e4f8267c18aad4a6d21c64d920e5bb1a3298
Author
Blendoit <blendoit@gmail.com>
Author date
Committer
Blendoit <blendoit@gmail.com>
Committer date
smart-documents.org
index 12ce3ced..017a8af1 100644..100644
@@ -655,7 +655,7 @@
655 655 *** Complete anything interactively
656 656
657 657 #+NAME: company
658 Removed: #+BEGIN_SRC emacs-lisp :tangle no
658 Added: #+BEGIN_SRC emacs-lisp :tangle yes
659 659 (use-package company)
660 660 (add-hook 'after-init-hook 'global-company-mode)
661 661 #+END_SRC