redguardtoo / emacs.d

Fast and robust Emacs setup.
http://blog.binchen.org
GNU General Public License v3.0
2.39k stars 619 forks source link

autosave will delete the blank at current cursor. #1014

Closed sbwcwso closed 1 year ago

sbwcwso commented 1 year ago

In the C mode, when I input a blank and thinking what to input next, the blank will disapper. It seems that the autosave delete the blank at the cursor, how to avoid this?

Thank you very much.

redguardtoo commented 1 year ago

Comment out (ws-butler-mode 1) or change your coding workflow.

sbwcwso commented 1 year ago

Comment out (ws-butler-mode 1) or change your coding workflow.

It seems that change my coding workflow is more reasonable, then I may input fewer things. Thank you very much, I have learned a lot.