From a71e1ab67920703a81c1f626741cdb223cd06c2f Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 15 Dec 2021 09:09:16 -0500 Subject: ensure company-auctex is installed --- dot_emacs | 1 + 1 file changed, 1 insertion(+) (limited to 'dot_emacs') diff --git a/dot_emacs b/dot_emacs index 25c3e50..d971b9b 100644 --- a/dot_emacs +++ b/dot_emacs @@ -228,6 +228,7 @@ Extended Format date in the date field and return it as a string obeing (after-init . global-company-mode)) (use-package company-auctex + :ensure t :after latex :config (company-auctex-init)) -- cgit v1.2.3