From: Michael Orlitzky Date: Thu, 15 Apr 2010 19:53:11 +0000 (-0400) Subject: Enable dired-find-alternate-file. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=commitdiff_plain;h=3e0f999e18c33e21e4d38c4e019e8324b1a19d77 Enable dired-find-alternate-file. --- diff --git a/.emacs b/.emacs index d263d76..db36d3e 100644 --- a/.emacs +++ b/.emacs @@ -76,6 +76,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.