help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs will show the scratch window instead of the tex document windo


From: tomas
Subject: Re: Emacs will show the scratch window instead of the tex document window when I double click on a tex document to open it.
Date: Mon, 1 May 2023 17:10:55 +0200

On Mon, May 01, 2023 at 10:08:44PM +0800, Hongyi Zhao wrote:

[...]

> I changed to the following setting and the problem discussed here has
> been fixed:
> 
> (use-package company-math
>   :hook
>   ;; This will enable the company-math backend for LaTeX mode
>   (LaTeX-mode . (lambda ()
>           (setq-local company-backends
>                   (append '((company-math-symbols-latex 
> company-latex-commands))
>                       company-backends))))
>   )

Glad you found it :)

Cheers
-- 
t

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]