lorniu / go-translate

Translator on Emacs. Supports multiple engines such as Google, Bing, deepL, ChatGPT, StarDict, Youdao and so on.
GNU General Public License v3.0
283 stars 38 forks source link

Make the buffer read only. #38

Closed seagle0128 closed 2 years ago

seagle0128 commented 2 years ago

C-x C-q to toggle read-only-mode. Doesn't handle the keybindings in writable mode.

See #31.

lorniu commented 2 years ago

Done. Thank you.