fixed emacsclient issue

This commit is contained in:
Kyle Isom 2025-04-30 18:42:54 -07:00
parent 1251d2cbc3
commit 6ef01875d7
1 changed files with 2 additions and 0 deletions

View File

@ -332,3 +332,5 @@ present on disk."
(add-to-list 'default-frame-alist '(maximized . fullheight))
(unless (server-running-p)
(server-start))
(setq default-frame-alist `((font . ,(get-default-font))))