summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-11-17 22:58:37 -0600
committerCase Duckworth2020-11-17 22:58:37 -0600
commitbc2914e5c98f92da2c485843b4dafe6e587abeb4 (patch)
tree6a9e995fbc3d28f06225c73179555f67c043ba8a /config.org
parentAdd bookmark (diff)
downloademacs-bc2914e5c98f92da2c485843b4dafe6e587abeb4.tar.gz
emacs-bc2914e5c98f92da2c485843b4dafe6e587abeb4.zip
Change font
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 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
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.