From d5d5218e3f9643df153697a60dc7d544786a1184 Mon Sep 17 00:00:00 2001 From: Ahir Reddy Date: Mon, 4 Aug 2014 14:55:22 -0700 Subject: [PATCH] Meno font --- .emacs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.emacs b/.emacs index 9f0c069f5..a876f923e 100644 --- a/.emacs +++ b/.emacs @@ -176,10 +176,11 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(custom-safe-themes (quote ("8aebf25556399b58091e533e455dd50a6a9cba958cc4ebb0aab175863c25b9a4" default)))) + '(custom-safe-themes (quote ("8aebf25556399b58091e533e455dd50a6a9cba958cc4ebb0aab175863c25b9a4" default))) + '(tool-bar-mode nil)) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - ) + '(default ((t (:family "Menlo" :foundry "nil" :slant normal :weight normal :height 110 :width normal)))))