diff options
author | Blendoit <blendoit@gmail.com> | 2021-01-09 11:11:50 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2021-01-09 11:11:50 -0800 |
commit | ff20aabff05e3f93452a4decdbdc19d7104969d2 (patch) | |
tree | 20e1c74c70d69f3d5be37488a17c05b68e882d09 | |
parent | ce982c45aa8a5ad7e2644de8372fb657d11073ed (diff) |
Company mode is ugly.
-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 1703e19..d5144ce 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -672,7 +672,7 @@ modifiable field. Many clever programming tricks can be performed with *** Complete anything interactively #+NAME: company -#+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 |