cjohansson / emacs-ssh-deploy

A deployment plugin via Tramp for Emacs.
GNU General Public License v3.0
154 stars 6 forks source link

Is there a way to temporarily disable this mode? #75

Open UndeadKernel opened 7 months ago

UndeadKernel commented 7 months ago

Let's say that I know my remote is going to be down for some time. I don't want to change my dir-local variables or configuration, yet, I'd like to disable ssh-deploy from trying to upload things (after saving files, for example). Is there a way to disable the mode temporarily?

cjohansson commented 7 months ago

Do you mean globally or for a specific directory?

UndeadKernel commented 7 months ago

I guess globally would be alright but for a specific directory would be best.