diff options
author | Guangxiong Lin <[email protected]> | 2022-03-20 22:14:46 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-03-20 22:14:46 +0800 |
commit | 8cf82000d63fba3a3d6a01b70101b864a60e3414 (patch) | |
tree | 1c6b83bd97556e15f1868e38f912fc846a776907 | |
parent | 8de88c174c10814e6b02a2b86114510ce0a02f87 (diff) | |
download | dotfiles-8cf82000d63fba3a3d6a01b70101b864a60e3414.tar.gz dotfiles-8cf82000d63fba3a3d6a01b70101b864a60e3414.tar.bz2 dotfiles-8cf82000d63fba3a3d6a01b70101b864a60e3414.zip |
Set lang for emacsclient
-rwxr-xr-x | bin/ec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,4 +27,4 @@ # test "$#" -ne "0" && emacsclient -n "$@" # fi -emacsclient -a "" -n -c "$@" +LC_CTYPE=zh_CN.UTF-8 emacsclient -a "" -n -c "$@" |