From b2b5fc3795e97222773a192a2f085eae118bff18 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 17 Nov 2016 15:33:20 -0800 Subject: [Emacs] Try a new font (Go Mono). --- emacs.d/lib/settings.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'emacs.d') diff --git a/emacs.d/lib/settings.el b/emacs.d/lib/settings.el index f9d95ab..5869416 100644 --- a/emacs.d/lib/settings.el +++ b/emacs.d/lib/settings.el @@ -55,11 +55,8 @@ (setq frame-title-format '( "%b" " [" (:eval mode-name) "]")) ;; Set default font. Large font for the main window, but small font for the modeline -(set-face-attribute 'default nil :family "Menlo" :height 160 :weight 'normal :width 'normal) -(set-face-attribute 'mode-line nil :height 110 :background "grey90") - -;; nicer background than plain white -(set-face-background 'default "#FAF6EB") +(set-face-attribute 'default nil :family "Go Mono" :height 160 :weight 'normal :width 'normal) +(set-face-attribute 'mode-line nil :height 110) ;; where to save custom settings (setq custom-file (expand-file-name "var/emacs-custom.el" user-emacs-directory)) -- cgit 1.4.1