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