]> gitweb.michael.orlitzky.com - emacs.d.git/blobdiff - .emacs
.emacs: show trailing whitespace better
[emacs.d.git] / .emacs
diff --git a/.emacs b/.emacs
index 06ca36c040a6664de1b2106f25366f8c187c295f..8f88dc32afca085ae71f83038cf1b8d42c2ed054 100644 (file)
--- a/.emacs
+++ b/.emacs
 
 ;; Gentoo *or somebody* made the default too small.
 ;; Make it too big to overcompensate.
-(set-default-font "DejaVu Sans Mono-14")
+(set-frame-font "DejaVu Sans Mono-14")
 
 ;; Set the frame title to the name of the buffer, if supported.
 (setq frame-title-format "%b")
 
-;; Currently needed to make Emacs 23 behave sanely.
-'(diff-jump-to-old-file t)
-
 ;; Disable the menu/tool bars when we're using X.
 (menu-bar-mode -1)
 (when window-system
@@ -93,4 +90,4 @@
 (put 'downcase-region 'disabled nil)
 
 ;; I want to see trailing whitespace.
-(custom-set-variables '(show-trailing-whitespace t))
+(setq-default show-trailing-whitespace t)