syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.66k stars 4.89k forks source link

Julia latex tab-complete not working in julia-mode #16265

Closed john-waczak closed 8 months ago

john-waczak commented 8 months ago

Description :octocat:

Julia latex substitution is not working in julia-mode. Usually when working on julia code I can substitute typical latex symbols by typing the latex equivalent and then hitting tab. This behavior does work in a julia-repl mode but I can not seem to make it work in the standard julia-mode.

Reproduction guide :beetle:

Observed behaviour: :eyes: :broken_heart:

Expected behaviour: :heart: :smile:

System Info :computer:

Backtrace :paw_prints:

<<BACKTRACE IF RELEVANT>>
alexey0308 commented 8 months ago

Hi @john-waczak, please take a look at https://github.com/JuliaEditorSupport/julia-emacs/issues/193

This behaviour was removed, but it might be merged back. You still can activate abbrev-mode and after hitting space it will automatically substitute the symbol for you.

It does not look like spacemacs issue then.

john-waczak commented 8 months ago

Thank you!