diff options
author | Marius Peter <marius.peter@tutanota.com> | 2021-06-13 09:30:36 -0700 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2021-06-13 09:30:36 -0700 |
commit | fb2d684848da9c00ebd00ab25059dca6982a4c0e (patch) | |
tree | 25e89ac076225109ef5df283c4b210f36496f615 | |
parent | a63c4a44da8192dbb29ce0e26cb3d58c60945399 (diff) |
THE RETURN OF COMPANY MODE D:
-rw-r--r-- | smart-documents.org | 7 |
1 files changed, 7 insertions, 0 deletions
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=, |