Skip to content

Instantly share code, notes, and snippets.

@kkazuo
Created August 24, 2024 01:26
Show Gist options
  • Save kkazuo/152f1a05364d47110049e67bcf4d7a05 to your computer and use it in GitHub Desktop.
Save kkazuo/152f1a05364d47110049e67bcf4d7a05 to your computer and use it in GitHub Desktop.
Emacs 29 のフォント設定
(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