我是参考了 @DogLooksGood 狗哥的字体设置,将不同的 face 设置为想要的字体。目前用 IBM Plex 系列字体,使用 medium 字重,很满意。
在 info-mode 中启用了variable-pitch-mode
和 writeroom-mode
, 同时设置 info-mode 中的代码还是用 fixed-pitch
(use-package info
:hook ((Info-mode . variable-pitch-mode)
(Info-mode . writeroom-mode))
:custom-face (Info-quoted ((t (:inherit fixed-pitch)))))
以下是我个人 Emacs 配置中的字体设置:
效果如下:
2 个赞