diff options
-rw-r--r-- | config.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.org b/config.org index 0fc3430..2d6746f 100644 --- a/config.org +++ b/config.org | |||
@@ -306,8 +306,8 @@ I'm sure there's a better way to do this, but for now, this is the best I've got | |||
306 | ("Sans Serif" "helv" "helvetica" "arial" "fixed") | 306 | ("Sans Serif" "helv" "helvetica" "arial" "fixed") |
307 | ("helv" "helvetica" "arial" "fixed") | 307 | ("helv" "helvetica" "arial" "fixed") |
308 | ;; now mine | 308 | ;; now mine |
309 | ("FixedPitch" "DejaVu Sans Mono" "Consolas" "fixed") | 309 | ("FixedPitch" "Go Mono" "DejaVu Sans Mono" "Consolas" "fixed") |
310 | ("VariablePitch" "DejaVu Serif" "Georgia" "fixed"))) | 310 | ("VariablePitch" "Go" "DejaVu Sans" "Georgia" "fixed"))) |
311 | 311 | ||
312 | (set-face-attribute 'default nil | 312 | (set-face-attribute 'default nil |
313 | :family "FixedPitch" | 313 | :family "FixedPitch" |
@@ -319,7 +319,7 @@ I'm sure there's a better way to do this, but for now, this is the best I've got | |||
319 | 319 | ||
320 | (set-face-attribute 'variable-pitch nil | 320 | (set-face-attribute 'variable-pitch nil |
321 | :family "VariablePitch" | 321 | :family "VariablePitch" |
322 | :height 120) | 322 | :height 130) |
323 | #+END_SRC | 323 | #+END_SRC |
324 | *** Ligatures | 324 | *** Ligatures |
325 | These cause big problems with cc-mode (as in, totally freezing everything), so I'm going to comment it out. | 325 | These cause big problems with cc-mode (as in, totally freezing everything), so I'm going to comment it out. |