Skip to content

Commit

Permalink
Prefer display-graphic-p instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason0210 committed Dec 23, 2024
1 parent 9656967 commit a256ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion early-init.el
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

;; Run after startup
(add-hook 'after-init-hook (lambda ()
(when window-system
(when (display-graphic-p)
(aquamacs-load-face-font)
(aquamacs-load-charset-font))))

Expand Down

0 comments on commit a256ae2

Please sign in to comment.