diff options
author | Blendoit <blendoit@gmail.com> | 2021-05-20 19:42:31 -0700 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2021-05-20 19:42:31 -0700 |
commit | 911ac0e57421e90915bc58f77678f019b33c68ff (patch) | |
tree | 49ab75abd369b8cc650e60f1fbc32127baec230f | |
parent | 9bfe1650c4ca0ed66761b0de99e398246fd7dee9 (diff) |
Company, you are so difficult to love...
-rw-r--r-- | smart-documents.org | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/smart-documents.org b/smart-documents.org index ba420a1..ffae74d 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -620,14 +620,6 @@ modifiable field. Many clever programming tricks can be performed with (yas-global-mode 1) #+END_SRC -*** Complete anything interactively - -#+NAME: company -#+BEGIN_SRC emacs-lisp :tangle yes - (use-package company) - (add-hook 'after-init-hook 'global-company-mode) -#+END_SRC - *** Delete all consecutive whitespaces #+NAME: hungry-delete |