emacs.d

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

git clone git://git.shimmy1996.com/emacs.d.git
commit 5812c5c41c91854c0ce2e1aaeb91424a64dde169
parent f57bf58340f5d847a63f87708913e3a15c5c00b3
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Mon, 21 Jan 2019 12:35:37 -0500

Do not set font in new frames.

Diffstat:
MREADME.org | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/README.org b/README.org
@@ -193,10 +193,8 @@ 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.
+  ;; Apply changes. Do this only once, no need to repeat for new frames.
   (user/set-font)
-  ;; For emacsclient.
-  (add-hook 'before-make-frame-hook #'user/set-font)
 #+END_SRC
 
 ** Line Highlighting