]> gitweb.michael.orlitzky.com - emacs.d.git/commitdiff
Enable dired-find-alternate-file.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 15 Apr 2010 19:53:11 +0000 (15:53 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 24 Mar 2011 00:46:49 +0000 (20:46 -0400)
.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.