From da600728570ec404158dfdb95773a636202342cb Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Sat, 6 Apr 2019 18:35:55 -0500 Subject: [PATCH] Set default font to roboto mom --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index a5d2612..37b7d60 100644 --- a/init.el +++ b/init.el @@ -160,7 +160,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - ) + '(default ((t (:family "Roboto Mono" :foundry "outline" :slant normal :weight normal :height 113 :width normal))))) ;; Monkey patch ;(defun quote-exe (path) ; (if (string-match-p (regexp-quote " ") path)