summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-11-19 20:20:00 -0600
committerCase Duckworth2020-11-19 20:20:00 -0600
commit4e80564444f41440c5f76c0585214adf10171ce6 (patch)
tree9d39bc3515a30dfabb57e96e7de15c3e55af6cfb /config.org
parentDon't auto-load slime-mode (diff)
downloademacs-4e80564444f41440c5f76c0585214adf10171ce6.tar.gz
emacs-4e80564444f41440c5f76c0585214adf10171ce6.zip
Change fonts back. They are silly.
Diffstat (limited to 'config.org')
-rw-r--r--config.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.org b/config.org index 1b383f0..493406c 100644 --- a/config.org +++ b/config.org
@@ -355,20 +355,20 @@ I'm sure there's a better way to do this, but for now, this is the best I've got
355 ("Sans Serif" "helv" "helvetica" "arial" "fixed") 355 ("Sans Serif" "helv" "helvetica" "arial" "fixed")
356 ("helv" "helvetica" "arial" "fixed") 356 ("helv" "helvetica" "arial" "fixed")
357 ;; now mine 357 ;; now mine
358 ("FixedPitch" "Agave" "Go Mono" "DejaVu Sans Mono" "Consolas" "fixed") 358 ("FixedPitch" "Go Mono" "DejaVu Sans Mono" "Consolas" "fixed")
359 ("VariablePitch" "Comic Neue" "Spectral Medium" "Go" "DejaVu Sans" "Georgia" "fixed"))) 359 ("VariablePitch" "Go" "DejaVu Sans" "Georgia" "fixed")))
360 360
361 (set-face-attribute 'default nil 361 (set-face-attribute 'default nil
362 :family "FixedPitch" 362 :family "FixedPitch"
363 :height 160) 363 :height 140)
364 364
365 (set-face-attribute 'fixed-pitch nil 365 (set-face-attribute 'fixed-pitch nil
366 :family "FixedPitch" 366 :family "FixedPitch"
367 :height 160) 367 :height 140)
368 368
369 (set-face-attribute 'variable-pitch nil 369 (set-face-attribute 'variable-pitch nil
370 :family "VariablePitch" 370 :family "VariablePitch"
371 :height 180) 371 :height 150)
372#+END_SRC 372#+END_SRC
373*** Ligatures 373*** Ligatures
374These cause big problems with cc-mode (as in, totally freezing everything), so I'm going to comment it out. 374These cause big problems with cc-mode (as in, totally freezing everything), so I'm going to comment it out.