From 4a3d8a46f926bc810238ec32d7141b3c965abbd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 26 Oct 2018 20:04:23 -0500 Subject: fix indent --- lisp/init-gui.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp/init-gui.el') diff --git a/lisp/init-gui.el b/lisp/init-gui.el index 3339e21..80c97fe 100644 --- a/lisp/init-gui.el +++ b/lisp/init-gui.el @@ -33,7 +33,9 @@ ;; Font theme (Monospace, or DejaVu Sans Mono if Monospace is not ;; present) (condition-case nil - (set-frame-font "Monospace-9") + (set-frame-font "Hack-9") + ;; (set-frame-font "Monospace-9") + ;; (set-frame-font "Anonymous Pro-10") (error (set-frame-font "DejaVu Sans Mono-10"))) ;;---------------------------------------------------------------------------- -- cgit v1.2.3