Revert to every frame for proper consistency

This commit is contained in:
Chris Cochrun 2021-02-24 06:55:50 -06:00
parent e6ceb75530
commit bb9079ae39
2 changed files with 4 additions and 4 deletions

View file

@ -93,7 +93,7 @@ In order to have this config work on both my desktop with regular joe-schmoe mon
:height chris/default-font-size :weight 'regular))
(if (daemonp)
(add-hook 'server-after-make-frame-functions
(add-hook 'after-make-frame-functions
(lambda (frame)
(with-selected-frame frame
(chris/set-font-faces))))
@ -161,7 +161,7 @@ Let's also turn on =recentf-mode=.
doom-modeline-bar-width 3
all-the-icons-scale-factor 0.9)
(if (daemonp)
(add-hook 'server-after-make-frame-functions
(add-hook 'after-make-frame-functions
(lambda (frame)
(with-selected-frame frame
(setq doom-modeline-icon t))))))

View file

@ -33,7 +33,7 @@
:height chris/default-font-size :weight 'regular))
(if (daemonp)
(add-hook 'server-after-make-frame-functions
(add-hook 'after-make-frame-functions
(lambda (frame)
(with-selected-frame frame
(chris/set-font-faces))))
@ -81,7 +81,7 @@
doom-modeline-bar-width 3
all-the-icons-scale-factor 0.9)
(if (daemonp)
(add-hook 'server-after-make-frame-functions
(add-hook 'after-make-frame-functions
(lambda (frame)
(with-selected-frame frame
(setq doom-modeline-icon t))))))