mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
In org-mode, if one writes a math expression in a section (i.e. heading) while using cdlatex, pressing tab indents the section instead of performing a cdlatex-tab. This fix takes care of this issue to have the wanted behavior: if in math environment and hit tab while in section, execute cdlatex-tab. Close: #5926 Co-authored-by: roiholtzman <roiholtzman@users.noreply.github.com>