Company mode is ugly.

Commit
ff20aabff05e3f93452a4decdbdc19d7104969d2
Author
Blendoit <blendoit@gmail.com>
Author date
Committer
Blendoit <blendoit@gmail.com>
Committer date
smart-documents.org
index 1703e199..d5144cea 100644..100644
@@ -672,7 +672,7 @@
672 672 *** Complete anything interactively
673 673
674 674 #+NAME: company
675 Removed: #+BEGIN_SRC emacs-lisp :tangle yes
675 Added: #+BEGIN_SRC emacs-lisp :tangle no
676 676 (use-package company)
677 677 (add-hook 'after-init-hook 'global-company-mode)
678 678 #+END_SRC