From fb2d684848da9c00ebd00ab25059dca6982a4c0e Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 13 Jun 2021 09:30:36 -0700 Subject: THE RETURN OF COMPANY MODE D: --- smart-documents.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/smart-documents.org b/smart-documents.org index 5e63bd4..e724758 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -615,6 +615,13 @@ shortcomings. (add-hook 'text-mode-hook 'flyspell-mode) #+END_SRC +*** Completion + +#+BEGIN_SRC emacs-lisp :tangle yes + (use-package company) + (add-hook 'after-init-hook 'global-company-mode) +#+END_SRC + *** Insert template from keyword Thanks to ~yasnippet~, we can type certain keywords, then press =TAB=, -- cgit v1.2.3