diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config.org b/config.org index ef4b912..845de14 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. |
@@ -400,6 +400,9 @@ But on Windows, I use Consolas. | |||
400 | (set-face-attribute 'fixed-pitch nil | 400 | (set-face-attribute 'fixed-pitch nil |
401 | :family "Consolas" | 401 | :family "Consolas" |
402 | :height 110) | 402 | :height 110) |
403 | ;; (set-face-attribute 'fixed-pitch nil | ||
404 | ;; :family "Consolas" | ||
405 | ;; :height 100) | ||
403 | #+end_src | 406 | #+end_src |
404 | 407 | ||
405 | *** Underlines | 408 | *** Underlines |