diff options
-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 |