You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using multi-byte language(Japanese, Chinese), there's an important key C-x C-m to change encoding of buffer, e.g. r to revert buffer with some other encoding.
But found it's bound to below:
;; To be able to M-x without meta
(global-set-key (kbd "C-x C-m") 'execute-extended-command)
Every time I have to comment this line to work with multi-byte env.
Is that an issue with this?
The text was updated successfully, but these errors were encountered:
When using multi-byte language(Japanese, Chinese), there's an important key C-x C-m to change encoding of buffer, e.g. r to revert buffer with some other encoding.
But found it's bound to below:
Every time I have to comment this line to work with multi-byte env.
Is that an issue with this?
The text was updated successfully, but these errors were encountered: