]> gitweb.michael.orlitzky.com - emacs.d.git/blobdiff - .emacs
Place the mode-hooks in alphabetical order.
[emacs.d.git] / .emacs
diff --git a/.emacs b/.emacs
index d263d76ec5a4a47977c3dddf14083731088319a2..db36d3e6ea3fbd60ceb3cb97d18c6f0d3c5b444c 100644 (file)
--- a/.emacs
+++ b/.emacs
 (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.