emacs.d

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

git clone git://git.shimmy1996.com/emacs.d.git
commit 65d6e0e7a8121d3e378f44d56de7fb55224e47b4
parent 4793eaf022c895feb96a801b73b5f06221059b68
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Mon, 21 Jan 2019 13:19:11 -0500

Revert "Do not set font in new frames."

This reverts commit 5812c5c41c91854c0ce2e1aaeb91424a64dde169.

Diffstat:
MREADME.org | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
@@ -193,8 +193,10 @@ Use ~C-u C-x =~ to examine the font used for a specific character and use
                         (font-spec :family user/cjk-font)
                         nil 'prepend)))
 
-  ;; Apply changes. Do this only once, no need to repeat for new frames.
+  ;; Apply changes.
   (user/set-font)
+  ;; For emacsclient.
+  (add-hook 'before-make-frame-hook #'user/set-font)
 #+END_SRC
 
 ** Line Highlighting