Created
August 24, 2024 01:26
-
-
Save kkazuo/152f1a05364d47110049e67bcf4d7a05 to your computer and use it in GitHub Desktop.
Emacs 29 のフォント設定
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(let ((family "UDEV Gothic LG")) | |
(set-face-attribute 'default nil :family family) | |
(set-face-attribute 'fixed-pitch nil :family family) | |
(set-face-attribute 'fixed-pitch-serif nil :family family)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment