emacs.d

My emacs configuration, done in a literate programming fashion using org-mode

git clone git://git.shimmy1996.com/emacs.d.git
commit 369cb9b5e510662c11e9762a6c4134a3114e237c
parent badbd2b3e0a70232726aa59ccb57eb8410611b84
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat, 24 Feb 2018 23:19:27 -0800

Add tips for using emacsclient.

Diffstat:
MREADME.org | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/README.org b/README.org
@@ -163,6 +163,11 @@ If using emacs daemon with =systemd=, remember to add to the
   Environment="LC_CTYPE=zh_CN.UTF-8" "XMODIFIERS=@im=fcitx"
 #+END_SRC
 
+It would also help to change the default command for =emacs= into:
+#+BEGIN_SRC sh
+  emacsclient -c -a emacs
+#+END_SRC
+
 ** Highlight Lines Over 80
 Highlight portions of line over 80 characters in =prog-mode=.
 #+BEGIN_SRC emacs-lisp