diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-12-09 15:34:00 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-12-09 15:34:00 -0800 |
commit | 2c9a8296cfd0b74e2397e54ab32b0180c697b37c (patch) | |
tree | ab484407216328a2230b3df3b0c61ba31083221f /emacs.d | |
parent | Add a README. (diff) | |
download | emacs.d-2c9a8296cfd0b74e2397e54ab32b0180c697b37c.tar.gz |
[emacs] Change the font to "Droid Sans Mono"
Diffstat (limited to '')
-rw-r--r-- | emacs.d/inits/00_ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/inits/00_ui.el b/emacs.d/inits/00_ui.el index b493b4a..61188e4 100644 --- a/emacs.d/inits/00_ui.el +++ b/emacs.d/inits/00_ui.el @@ -23,7 +23,7 @@ ;;hide menu-bar (menu-bar-mode +1) ;; set the font size and family - (custom-set-faces '(default ((t (:height 105 :family "Menlo")))))) + (custom-set-faces '(default ((t (:height 130 :family "Droid Sans Mono")))))) (require 'whitespace) (global-whitespace-mode 1) |