From 06e8558848fc9f3a1f75304e703f4f08a7afca4d Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 30 May 2019 00:40:50 -0400 Subject: [PATCH] Add config for company-auctex --- .emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 46660d0..7704ec4 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -854,6 +854,10 @@ :config (which-key-posframe-mode))) +(use-package company-auctex + :config + (company-auctex-init)) + ;;; Local Variables (add-to-list 'safe-local-eval-forms '(outline-hide-body)) ;; Local Variables: