Sarcasm / irony-mode

A C/C++ minor mode for Emacs powered by libclang
GNU General Public License v3.0
901 stars 98 forks source link

Add option to disable when editing over tramp #586

Closed richyliu closed 1 year ago

richyliu commented 1 year ago

This PR adds the ability to disable irony-mode when editing files over tramp (to prevent errors when irony tries to access files over tramp).

(setq irony-disable-over-tramp t)
Sarcasm commented 1 year ago

Not sure this needs to be built into irony mode, user configuration can filter-out tramp just as well, no?

richyliu commented 1 year ago

You're right, I just realized I can disable it in a hook myself.