diff options
Diffstat (limited to '.config/emacs')
-rw-r--r-- | .config/emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 6ea8e55..9890e68 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -42,7 +42,7 @@ ;; This isn't particularly important, but set it before doing a whole ;; lot (loading packages), so there isn't a weird change in text size. (setq notify-method 'notify-via-libnotify) -(set-face-attribute 'default nil :height 80 :foundry "unknown" :family "DejaVu Sans Mono") +(set-face-attribute 'default nil :height 80) ;;;; Bootstrap el-get ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |