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