From 7ce8b4292df722cc8a84e548232d5fcd14bbd136 Mon Sep 17 00:00:00 2001 From: jowj Date: Tue, 27 Mar 2018 21:27:20 -0500 Subject: [PATCH] updating default fonts; hoping it works on mac --- .emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 224c419..66bf963 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -83,3 +83,7 @@ ;; and just put all backups in a single folder ;; technically i'm doing this in a dumb way, but for now it should be fine. (setq backup-directory-alist `(("." . "~/Dropbox/org/.saves"))) + +;; set default font +(set-default-font "Consolas 12") +