From 08395cc26d2d5b4b61d80f6073a8e9580f26818c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 4 Feb 2021 12:26:09 -0600 Subject: Re-enable fixed-pitch The default fixed-pitch is ugly; I don't know why. --- config.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config.org') 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. :family "Iosevka Acdw" :height 105) - ;; (set-face-attribute 'fixed-pitch nil - ;; :family "Iosevka Acdw" - ;; :height 105) + (set-face-attribute 'fixed-pitch nil + :family "Iosevka Acdw" + :height 105) #+end_src But on Windows, I use Consolas. @@ -397,9 +397,9 @@ But on Windows, I use Consolas. :family "Consolas" :height 100) - ;; (set-face-attribute 'fixed-pitch nil - ;; :family "Consolas" - ;; :height 100) + (set-face-attribute 'fixed-pitch nil + :family "Consolas" + :height 100) #+end_src *** Underlines -- cgit 1.4.1-21-gabe81