From 4ddc2eceb2c537d621940381ddfa0587f0d5c052 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 26 Aug 2021 23:29:34 -0500 Subject: [PATCH] Add after-make-frame@setup to server-after-make-frame-hook --- early-init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/early-init.el b/early-init.el index f2b409a..29b4d38 100644 --- a/early-init.el +++ b/early-init.el @@ -115,6 +115,7 @@ say, `tool-bar-mode' once to toggle the tool bar back on." indicate-buffer-boundaries '((top . right) (bottom . right))) (custom-set-faces '(fringe ((t (:foreground "dim gray"))))))) +(add-hook 'server-after-make-frame-hook #'after-make-frame@setup) ;; I have this here because ... the first frame doesn't ? run ? the hook ??? (add-function :after after-focus-change-function