浏览代码

[emacs] Shame on me using an odd num font

Colin Powell 4 年之前
父节点
当前提交
6a86d829e1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      emacs/.config/doom/config.org

+ 1 - 1
emacs/.config/doom/config.org

@@ -19,7 +19,7 @@ to Doom One most of the time, but I like the Kaolin themes, as well as Nimbus
 for it's retro charm. Nimbus just doesn't look great when I'm tired though.
 for it's retro charm. Nimbus just doesn't look great when I'm tired though.
 #+BEGIN_SRC emacs-lisp
 #+BEGIN_SRC emacs-lisp
 (setq doom-theme 'farmhouse-dark
 (setq doom-theme 'farmhouse-dark
-      doom-font (font-spec :family "JetBrains Mono" :size 11 :weight 'regular)
+      doom-font (font-spec :family "JetBrains Mono" :size 10 :weight 'regular)
       doom-big-font (font-spec :family "JetBrains Mono" :size 18 :weight 'regular)
       doom-big-font (font-spec :family "JetBrains Mono" :size 18 :weight 'regular)
       doom-variable-pitch-font (font-spec :family "Overpass" :size 16))
       doom-variable-pitch-font (font-spec :family "Overpass" :size 16))
 #+END_SRC
 #+END_SRC