From c614185daeb1f111d256c5e157d5310c381bb02c Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 18 Apr 2021 00:28:44 +0200 Subject: [PATCH] Fix style definition for font --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 97aca7a..93970d2 100644 --- a/config.org +++ b/config.org @@ -143,7 +143,7 @@ string. You generally only need these two: #+BEGIN_SRC emacs-lisp (setq doom-font - (font-spec :family "Input Mono Narrow" :size 12 :style 'regular)) + (font-spec :family "Input Mono Narrow" :size 12 :weight 'semi-light)) #+END_SRC ** Line numbers