diff options
-rw-r--r-- | config.org | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config.org b/config.org index 2086a54..6ca306e 100644 --- a/config.org +++ b/config.org | |||
@@ -385,9 +385,9 @@ On Linux, I have a custom build of Iosevka that I like. | |||
385 | :family "Iosevka Acdw" | 385 | :family "Iosevka Acdw" |
386 | :height 105) | 386 | :height 105) |
387 | 387 | ||
388 | ;; (set-face-attribute 'fixed-pitch nil | 388 | (set-face-attribute 'fixed-pitch nil |
389 | ;; :family "Iosevka Acdw" | 389 | :family "Iosevka Acdw" |
390 | ;; :height 105) | 390 | :height 105) |
391 | #+end_src | 391 | #+end_src |
392 | 392 | ||
393 | But on Windows, I use Consolas. | 393 | But on Windows, I use Consolas. |
@@ -397,9 +397,9 @@ But on Windows, I use Consolas. | |||
397 | :family "Consolas" | 397 | :family "Consolas" |
398 | :height 100) | 398 | :height 100) |
399 | 399 | ||
400 | ;; (set-face-attribute 'fixed-pitch nil | 400 | (set-face-attribute 'fixed-pitch nil |
401 | ;; :family "Consolas" | 401 | :family "Consolas" |
402 | ;; :height 100) | 402 | :height 100) |
403 | #+end_src | 403 | #+end_src |
404 | 404 | ||
405 | *** Underlines | 405 | *** Underlines |