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 f316e61..8cc8e10 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -617,7 +617,7 @@ shortcomings. *** Completion -#+BEGIN_SRC emacs-lisp :tangle yes +#+BEGIN_SRC emacs-lisp :tangle no (use-package company) (add-hook 'after-init-hook 'global-company-mode) #+END_SRC |