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