doom emacs

Font

  • 设置

    1
    2
    3
    
      (setq doom-theme 'doom-one)
      ;; or
      (load-theme 'doom-one)
  • 及时生效

    1
    
      (doom/reload-theme)

字体

  • 设置

    1
    2
    
      (setq doom-font (font-spec :family "Cascadia Mono" :size 15 :weight 'normal)
            doom-variable-pitch-font (font-spec :family "sans" :size 13))
  • 及时生效

    • M-x doom/reload-theme
  • bold test

    • bold italic _underline stroke raw string code
    • 今天

中文字体

doom 如何使用 cnfonts 参考: https://emacs-china.org/t/doom-emacs/9628/7