aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-12-15 09:09:16 -0500
committerRyan Kavanagh <rak@rak.ac>2021-12-15 09:09:16 -0500
commita71e1ab67920703a81c1f626741cdb223cd06c2f (patch)
tree9f0a2f22e151b06c5e2a14f14e6da6e1f31e82ab /dot_emacs
parentSDF knows about our user ca (diff)
ensure company-auctex is installed
Diffstat (limited to 'dot_emacs')
-rw-r--r--dot_emacs1
1 files changed, 1 insertions, 0 deletions
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))