about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--early-init.el1
1 files changed, 1 insertions, 0 deletions
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."
115 indicate-buffer-boundaries '((top . right) 115 indicate-buffer-boundaries '((top . right)
116 (bottom . right))) 116 (bottom . right)))
117 (custom-set-faces '(fringe ((t (:foreground "dim gray"))))))) 117 (custom-set-faces '(fringe ((t (:foreground "dim gray")))))))
118(add-hook 'server-after-make-frame-hook #'after-make-frame@setup)
118 119
119;; I have this here because ... the first frame doesn't ? run ? the hook ??? 120;; I have this here because ... the first frame doesn't ? run ? the hook ???
120(add-function :after after-focus-change-function 121(add-function :after after-focus-change-function