summaryrefslogtreecommitdiff
path: root/.config/emacs
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2015-02-09 20:10:33 -0500
committerLuke Shumaker <shumakl@purdue.edu>2015-02-09 20:10:33 -0500
commit59b4baf119ed0d4141d483942645bf6270e71cab (patch)
treeaa696df6d59c70071cc6224a5fb467e3cc8334a3 /.config/emacs
parentd42129fbfffbe1fee1cafe1f956090a4d0f47731 (diff)
Set DejaVu Sans Mono to be the default Monospace font
Diffstat (limited to '.config/emacs')
-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 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;