summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 32892f1..d10f3a4 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -64,6 +64,9 @@
 
 ;; highlight current line
 (global-hl-line-mode 1)
+;; Set default font
+(set-face-attribute 'default nil :family "Droid Sans Mono" :height 130 :weight 'normal :width 'normal)
+
 
 ;; no menu
 (menu-bar-mode -1)