summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-04 12:26:09 -0600
committerCase Duckworth2021-02-04 12:26:41 -0600
commit08395cc26d2d5b4b61d80f6073a8e9580f26818c (patch)
treed76a41f279c4fa51b234e807c3e1bdaf7879d126 /config.org
parentWhitespace (diff)
downloademacs-08395cc26d2d5b4b61d80f6073a8e9580f26818c.tar.gz
emacs-08395cc26d2d5b4b61d80f6073a8e9580f26818c.zip
Re-enable fixed-pitch
The default fixed-pitch is ugly; I don't know why.
Diffstat (limited to 'config.org')
-rw-r--r--config.org12
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
393But on Windows, I use Consolas. 393But 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