diff options
-rw-r--r-- | config.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.org b/config.org index 66a795e..3b415d4 100644 --- a/config.org +++ b/config.org | |||
@@ -270,7 +270,7 @@ Only when there's more than one tab. | |||
270 | 270 | ||
271 | ** Fonts | 271 | ** Fonts |
272 | 272 | ||
273 | I have different fonts installed on Linux and on Windows. | 273 | On Linux, I have a custom build of Iosevka that I like. |
274 | 274 | ||
275 | #+begin_src emacs-lisp :noweb-ref linux-specific | 275 | #+begin_src emacs-lisp :noweb-ref linux-specific |
276 | (set-face-attribute 'default nil | 276 | (set-face-attribute 'default nil |
@@ -282,6 +282,8 @@ I have different fonts installed on Linux and on Windows. | |||
282 | :height 105) | 282 | :height 105) |
283 | #+end_src | 283 | #+end_src |
284 | 284 | ||
285 | But on Windows, I use Consolas. | ||
286 | |||
285 | #+begin_src emacs-lisp :noweb-ref windows-specific | 287 | #+begin_src emacs-lisp :noweb-ref windows-specific |
286 | (set-face-attribute 'default nil | 288 | (set-face-attribute 'default nil |
287 | :family "Consolas" | 289 | :family "Consolas" |