X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=.emacs;h=f8ddfd66018214230511c5d3b10642681eeb15de;hb=7ddec33ae958d1cc0540be680b1923ed5c1d5c2d;hp=d263d76ec5a4a47977c3dddf14083731088319a2;hpb=d04875beada19984184492b67c564f44c6fb37f1;p=emacs.d.git diff --git a/.emacs b/.emacs index d263d76..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) @@ -76,6 +82,11 @@ (load-library "fix-nonstandard-chars") +;; Enable dired-find-alternate-file without having to stop +;; and explain myself to Emacs. +(put 'dired-find-alternate-file 'disabled nil) + + ;; These next functions override the defaults provided by emacs. They ;; prevent warning messages related to file modification times, ;; particularly on weird filesystems.