Merge branch 'master' of gitlab.com:chriscochrun/dotemacs

This commit is contained in:
Chris Cochrun 2021-02-24 09:19:07 -06:00
commit 00af7f9425
2 changed files with 4 additions and 4 deletions

View file

@ -94,7 +94,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))))
@ -162,7 +162,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))))))