From a4ad837b8ffe638fc947d4808de4c2ad284d0728 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Sat, 21 Aug 2021 23:14:31 +0200 Subject: [PATCH] bonus section --- src/posts/0020-cool-looking-org-mode/index.org | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/posts/0020-cool-looking-org-mode/index.org b/src/posts/0020-cool-looking-org-mode/index.org index a7fd349..71e3c8e 100644 --- a/src/posts/0020-cool-looking-org-mode/index.org +++ b/src/posts/0020-cool-looking-org-mode/index.org @@ -189,3 +189,18 @@ So far, I like this new look and feel. [fn:doom-emacs] https://github.com/hlissner/doom-emacs [fn:nano-emacs] https://github.com/rougier/nano-emacs + +** Bonus thin code font +:PROPERTIES: +:CUSTOM_ID: bonus-thin-code-font +:END: + +After lot of try, I finally switched my default coding font to SauceCodePro +Nerd Font Mono with weight ~semi-light~. +This is a clone of Adobe =SourceCode Pro=. +And on a retina display it is really nice to use. + +#+begin_src emacs-lisp +(setq doom-font (font-spec :family "SauceCodePro Nerd Font Mono" :size 12 :weight 'semi-light) + doom-variable-pitch-font (font-spec :family "iMWritingDuoS Nerd Font" :size 14)) +#+end_src