diff options
author | Case Duckworth | 2021-02-04 12:26:09 -0600 |
---|---|---|
committer | Case Duckworth | 2021-02-04 12:26:41 -0600 |
commit | 08395cc26d2d5b4b61d80f6073a8e9580f26818c (patch) | |
tree | d76a41f279c4fa51b234e807c3e1bdaf7879d126 | |
parent | Whitespace (diff) | |
download | emacs-08395cc26d2d5b4b61d80f6073a8e9580f26818c.tar.gz emacs-08395cc26d2d5b4b61d80f6073a8e9580f26818c.zip |
Re-enable fixed-pitch
The default fixed-pitch is ugly; I don't know why.
-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 |