diff options
Diffstat (limited to 'config.org')
| -rw-r--r-- | config.org | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -413,3 +413,13 @@ Allow for editing files as sudo :bind ("s-C-e" . sudo-edit)) #+end_src + +* Programming section +** Initialize =company= +Company is an autocompletion frontend. +#+begin_src emacs-lisp + (use-package company + :ensure t + :init + (add-hook 'after-init-hook 'global-company-mode)) +#+end_src |
