From 243a7c20436288c3addfdf484669b974ed872cee Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 5 Sep 2022 08:09:45 -0600 Subject: [PATCH] emacs: Go Mono --- configs/emacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/emacs.org b/configs/emacs.org index 85cfa46..79b69e6 100644 --- a/configs/emacs.org +++ b/configs/emacs.org @@ -62,7 +62,7 @@ For some reason OpenBSD hangs, these seem to help a bit Global font #+begin_src emacs-lisp ;; This is currently set in ~/.Xresources - for some reason emacs doesn't like the line below - (set-default-font "Go Regular") + (set-frame-font "Go Mono") #+end_src Use 80 columns, this helps keep things readable when windows are split