Last commit but only on first frame of server
This commit is contained in:
parent
68dd87f068
commit
e6ceb75530
|
@ -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 'after-make-frame-functions
|
||||
(add-hook 'server-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 'after-make-frame-functions
|
||||
(add-hook 'server-after-make-frame-functions
|
||||
(lambda (frame)
|
||||
(with-selected-frame frame
|
||||
(setq doom-modeline-icon t))))))
|
||||
|
|
4
init.el
4
init.el
|
@ -33,7 +33,7 @@
|
|||
:height chris/default-font-size :weight 'regular))
|
||||
|
||||
(if (daemonp)
|
||||
(add-hook 'after-make-frame-functions
|
||||
(add-hook 'server-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 'after-make-frame-functions
|
||||
(add-hook 'server-after-make-frame-functions
|
||||
(lambda (frame)
|
||||
(with-selected-frame frame
|
||||
(setq doom-modeline-icon t))))))
|
||||
|
|
Loading…
Reference in a new issue