From 4f36d525d5ca64a848d1034dcd62c4fa48d023e7 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Tue, 8 Feb 2022 13:24:14 +0530 Subject: [PATCH] Enable Company in tex-mode --- init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/init.org b/init.org index 1833a09..d08ce3c 100644 --- a/init.org +++ b/init.org @@ -3256,6 +3256,7 @@ But with =initials=, the desired completion is often buried in the results. That :ensure t :diminish company-mode :hook (prog-mode . company-mode) + (tex-mode . company-mode) (special-mode . company-mode) (comint-mode . company-mode) (slime-repl-mode . company-mode)