From ca14c2c4222d177a829e206218556bc1918d5b31 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 27 Jul 2016 13:33:41 -0700 Subject: Set the font to Droid Sans Mono Closes #9 --- emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit 1.4.1