bonus section

This commit is contained in:
Yann Esposito (Yogsototh) 2021-08-21 23:14:31 +02:00
parent a0788c624e
commit a4ad837b8f
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
1 changed files with 15 additions and 0 deletions

View File

@ -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