summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-26 23:29:34 -0500
committerCase Duckworth2021-08-26 23:29:34 -0500
commit4ddc2eceb2c537d621940381ddfa0587f0d5c052 (patch)
treeeef7f8e91e1c9ca241e24515f0c5b4107f90632e /early-init.el
parentMerge branch 'main' of https://tildegit.org/acdw/emacs (diff)
downloademacs-4ddc2eceb2c537d621940381ddfa0587f0d5c052.tar.gz
emacs-4ddc2eceb2c537d621940381ddfa0587f0d5c052.zip
Add after-make-frame@setup to server-after-make-frame-hook
Diffstat (limited to 'early-init.el')
-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