diff options
author | Case Duckworth | 2020-11-01 00:19:50 -0500 |
---|---|---|
committer | Case Duckworth | 2020-11-01 00:19:50 -0500 |
commit | 3531df73fa7e86cdb15d11e74ce0a3643a1e8188 (patch) | |
tree | b7124ef5dcab2dced6c863f4d615192cb28d3ba4 | |
parent | Don't auto-save when idle (diff) | |
download | emacs-3531df73fa7e86cdb15d11e74ce0a3643a1e8188.tar.gz emacs-3531df73fa7e86cdb15d11e74ce0a3643a1e8188.zip |
Change fonts to Go
-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. |