From a566fa564228e04907305373d6303f156b37d1a7 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 27 Dec 2014 05:54:21 -0500 Subject: [PATCH] remove double comment. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 2e411cf2..75970794 100644 --- a/init.el +++ b/init.el @@ -1559,6 +1559,6 @@ marking if it still had that." ;; enable to set theme based on time of day. (run-at-time "00:00" 3600 'set-theme) -;; ;; This is needed because you can't set the font at daemon start-up. +;; This is needed because you can't set the font at daemon start-up. (add-hook 'after-make-frame-functions 'set-my-font-for-frame) (add-hook 'after-make-frame-functions (lambda (frame) (set-theme)))