diff options
author | noa@gaiwan.org | 2024-07-28 17:01:46 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-07-28 17:01:46 +0000 |
commit | 344367b988ddb3db732483c4e9231e7e17078d29 (patch) | |
tree | d4e6b3b3aef426030684e60c803538a80e89c5ff /config.org | |
parent | 246625e149678d16e8dba9029fe8bedbcb80a799 (diff) |
Remove outdated amble about the wrong font
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index e09a077..bc10116 100644 --- a/config.org +++ b/config.org @@ -173,7 +173,7 @@ This is my emacs theme. It's a monochrome theme which, unlike most monochrome t #+end_src ** Fonts -My current favourite font is sn pro, which feels like comic sans for grown ups. It's friendly but consistent and well thought out. However, it's also a proportional font, which obviously is the right way to do things, but emacs is very old and comes from a time before the innovation of legibility. As a result, there are some things that require a monospaced font, so i set one here. I chose go mono for two reasons: the first is because i think it looks really nice; the second is because it has serifs and is very visually distinct from sn pro, so i can notice and shame those buffers which require a fixed width font to operate properly. +Using a proportional font is the right way to do things, but emacs is very old and comes from a time before the innovation of legibility. As a result, there are some things that require a monospaced font, so i set one here. #+begin_src elisp (custom-set-faces |