about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-11-01 00:19:50 -0500
committerCase Duckworth2020-11-01 00:19:50 -0500
commit3531df73fa7e86cdb15d11e74ce0a3643a1e8188 (patch)
treeb7124ef5dcab2dced6c863f4d615192cb28d3ba4 /config.org
parentDon't auto-save when idle (diff)
downloademacs-3531df73fa7e86cdb15d11e74ce0a3643a1e8188.tar.gz
emacs-3531df73fa7e86cdb15d11e74ce0a3643a1e8188.zip
Change fonts to Go
Diffstat (limited to 'config.org')
-rw-r--r--config.org6
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
325These cause big problems with cc-mode (as in, totally freezing everything), so I'm going to comment it out. 325These cause big problems with cc-mode (as in, totally freezing everything), so I'm going to comment it out.