diff options
author | Raúl Benencia <rul@kalgan.cc> | 2019-07-12 21:47:53 -0700 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2019-07-12 21:47:53 -0700 |
commit | 1fb146defcf2257900582fbdf0404e2eb7fd1321 (patch) | |
tree | 0913386d196a548a1dce527adbda1603a0734022 /.emacs.local.d | |
parent | cb91e00150737d4c3f2e85122bcaf1dadffbd21d (diff) |
Emacs fonts
Diffstat (limited to '.emacs.local.d')
-rw-r--r-- | .emacs.local.d/general.el | 3 |
1 files changed, 3 insertions, 0 deletions
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. |