[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Company mode is ugly.
smart-documents.org
@@ -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