diff --git a/emacs/emacs.el b/emacs/emacs.el index 5cbb397..52e4016 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -702,8 +702,10 @@ ;; company ;; Modular text completion framework (use-package company + :init + (global-company-mode t) :config - (global-company-mode t)) + (setq company-show-numbers t)) ;; company-math ;; Completion backends for unicode math symbols and latex tags