summaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r--.config/emacs/init.el2
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 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;