diff options
author | Case Duckworth | 2021-08-26 23:29:34 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-26 23:29:34 -0500 |
commit | 4ddc2eceb2c537d621940381ddfa0587f0d5c052 (patch) | |
tree | eef7f8e91e1c9ca241e24515f0c5b4107f90632e | |
parent | Merge branch 'main' of https://tildegit.org/acdw/emacs (diff) | |
download | emacs-4ddc2eceb2c537d621940381ddfa0587f0d5c052.tar.gz emacs-4ddc2eceb2c537d621940381ddfa0587f0d5c052.zip |
Add after-make-frame@setup to server-after-make-frame-hook
-rw-r--r-- | early-init.el | 1 |
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 |