diff --git a/emacs/emacs.el b/emacs/emacs.el index 4edeb6c..499b97f 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -690,6 +690,12 @@ :map html-mode-map ("C-c b" . web-beautify-html) :map css-mode-map ("C-c b" . web-beautify-css))) +;; company +;; Modular text completion framework +(use-package company + :config + (global-company-mode t)) + ;; company-math ;; Completion backends for unicode math symbols and latex tags (use-package company-math