diff options
-rw-r--r-- | config.org | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.org b/config.org index e24c88c..c3474ae 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" "Go Mono" "DejaVu Sans Mono" "Consolas" "fixed") | 358 | ("FixedPitch" "Agave" "Go Mono" "DejaVu Sans Mono" "Consolas" "fixed") |
359 | ("VariablePitch" "Spectral Medium" "Go" "DejaVu Sans" "Georgia" "fixed"))) | 359 | ("VariablePitch" "Comic Neue" "Spectral Medium" "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 110) | 363 | :height 160) |
364 | 364 | ||
365 | (set-face-attribute 'fixed-pitch nil | 365 | (set-face-attribute 'fixed-pitch nil |
366 | :family "FixedPitch" | 366 | :family "FixedPitch" |
367 | :height 110) | 367 | :height 160) |
368 | 368 | ||
369 | (set-face-attribute 'variable-pitch nil | 369 | (set-face-attribute 'variable-pitch nil |
370 | :family "VariablePitch" | 370 | :family "VariablePitch" |
371 | :height 135) | 371 | :height 180) |
372 | #+END_SRC | 372 | #+END_SRC |
373 | *** Ligatures | 373 | *** Ligatures |
374 | These cause big problems with cc-mode (as in, totally freezing everything), so I'm going to comment it out. | 374 | These cause big problems with cc-mode (as in, totally freezing everything), so I'm going to comment it out. |