From 7ddec33ae958d1cc0540be680b1923ed5c1d5c2d Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 18 Oct 2010 19:39:04 -0400 Subject: [PATCH] Enable Zenburn automatically. Set the default font to DejaVu Sans Mono (14). --- .emacs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.emacs b/.emacs index db36d3e..f8ddfd6 100644 --- a/.emacs +++ b/.emacs @@ -1,9 +1,16 @@ +(load-library "zenburn") +(zenburn) + ;; Disable auto-save for all file buffers (setq auto-save-default nil) (global-set-key "\C-m" 'newline-and-indent) (global-font-lock-mode t) +;; Gentoo *or somebody* made the default too small. +;; Make it too big to overcompensate. +(set-default-font "DejaVu Sans Mono-14") + ;; Set the frame title to the name of the buffer, if supported. (setq frame-title-format "%b") @@ -65,7 +72,6 @@ ;; Open private IRC messages in a new buffer. (setq erc-auto-query 'buffer) - ;; Never ask me anything, emacs. (setq save-abbrevs nil) -- 2.43.2