aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-03-20 22:14:46 +0800
committerGuangxiong Lin <[email protected]>2022-03-20 22:14:46 +0800
commit8cf82000d63fba3a3d6a01b70101b864a60e3414 (patch)
tree1c6b83bd97556e15f1868e38f912fc846a776907 /bin
parent8de88c174c10814e6b02a2b86114510ce0a02f87 (diff)
downloaddotfiles-8cf82000d63fba3a3d6a01b70101b864a60e3414.tar.gz
dotfiles-8cf82000d63fba3a3d6a01b70101b864a60e3414.tar.bz2
dotfiles-8cf82000d63fba3a3d6a01b70101b864a60e3414.zip
Set lang for emacsclient
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ec2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ec b/bin/ec
index 96499d3..eaa3cf2 100755
--- a/bin/ec
+++ b/bin/ec
@@ -27,4 +27,4 @@
# test "$#" -ne "0" && emacsclient -n "$@"
# fi
-emacsclient -a "" -n -c "$@"
+LC_CTYPE=zh_CN.UTF-8 emacsclient -a "" -n -c "$@"