From c1e42760ab73d109632cd98deb05eaa7b77263e7 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 6 Feb 2017 14:33:14 +0800 Subject: Minor tweaks --- _zsh/80-emacs.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '_zsh') diff --git a/_zsh/80-emacs.zsh b/_zsh/80-emacs.zsh index 5114cc8..88a4b90 100644 --- a/_zsh/80-emacs.zsh +++ b/_zsh/80-emacs.zsh @@ -28,7 +28,8 @@ if exists emacsclient; then local create_frame="" fi - command env LC_CTYPE=zh_CN.UTF-8 emacsclient --alternate-editor "" $create_frame "$@" + command env LC_CTYPE=zh_CN.UTF-8 \ + emacsclient --alternate-editor "" $create_frame "$@" } alias emacs='_emacsclient -t' -- cgit v1.2.2