Company interacion with snippets latex snippets
Open
:completion company
is:bug
- Dominant language
- Emacs Lisp
- Stars
- 22.7k
- Forks
- 3.1k
- Avg merge
- 10h 46m
- Merged PRs (30d)
- 4
Description
### What did you expect to happen?
When i edit math in org-mode, cdlatex and yasnippet don't complete. For example, `$suml$` should be `$\sum\limits_{}^{}$` or `\[lim\]` should be `\[\lim_{n \to \infty} \]`.
### What actually happened?
In emacs state everything autocompletes. In normal state cdlatex autocompletes, but yasnippets doesn't. In insert state nothing completes.
### Describe your attempts to resolve the issue
Removing `+tng` fixed issue.
### Steps to reproduce
1. Enable enable snippets and cdlatex for latex.
2. Reload doom
3. Open org file and write
```
$suml$
\[lim\]
```
### System Information
https://pastebin.com/nzKW9txj
Contributor guide
Assessment
This issue has not been assessed yet.