changed default font to Deja Vu Sans Mono

This commit is contained in:
syl20bnr 2013-01-07 16:59:07 -05:00
parent e91ed91bed
commit dfc5ecdebe

View file

@ -18,3 +18,6 @@
(defadvice split-window (after move-point-to-new-window activate)
"Moves the point to the newly created window after splitting."
(other-window 1))
;; font
(if (eq window-system 'x)
(set-default-font "DejaVu Sans Mono-10"))