diff options
author | Blendoit <blendoit@gmail.com> | 2021-04-19 20:47:32 -0700 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2021-04-19 20:47:32 -0700 |
commit | d880e4f8267c18aad4a6d21c64d920e5bb1a3298 (patch) | |
tree | 15535f9f27b99ca960d51a3c786abe926b5cc23c | |
parent | 1fb913454b0c5acdf8448129f5029e22b759eb9b (diff) |
Company, lessgo!
-rw-r--r-- | smart-documents.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smart-documents.org b/smart-documents.org index 12ce3ce..017a8af 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -655,7 +655,7 @@ modifiable field. Many clever programming tricks can be performed with *** Complete anything interactively #+NAME: company -#+BEGIN_SRC emacs-lisp :tangle no +#+BEGIN_SRC emacs-lisp :tangle yes (use-package company) (add-hook 'after-init-hook 'global-company-mode) #+END_SRC |