From b6106f27b066f8595ef88b343cfb3170bbd0cae0 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 4 Feb 2021 11:04:14 -0600 Subject: Comment out fixed-pitch font It inherits from default. --- config.org | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'config.org') 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. :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. @@ -400,6 +400,9 @@ But on Windows, I use Consolas. (set-face-attribute 'fixed-pitch nil :family "Consolas" :height 110) + ;; (set-face-attribute 'fixed-pitch nil + ;; :family "Consolas" + ;; :height 100) #+end_src *** Underlines -- cgit 1.4.1-21-gabe81