From 1fb146defcf2257900582fbdf0404e2eb7fd1321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Fri, 12 Jul 2019 21:47:53 -0700 Subject: Emacs fonts --- .emacs.local.d/general.el | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs.local.d') diff --git a/.emacs.local.d/general.el b/.emacs.local.d/general.el index 558490b..e76f985 100644 --- a/.emacs.local.d/general.el +++ b/.emacs.local.d/general.el @@ -4,6 +4,9 @@ (eval-when-compile (require 'use-package)) +(add-to-list 'default-frame-alist + '(font . "DejaVu Sans Mono-12")) + ;; Added by Package.el. This must come before configurations of ;; installed packages. Don't delete this line. If you don't want it, ;; just comment it out by adding a semicolon to the start of the line. -- cgit v1.2.3