X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=.emacs;h=db36d3e6ea3fbd60ceb3cb97d18c6f0d3c5b444c;hb=3e0f999e18c33e21e4d38c4e019e8324b1a19d77;hp=d263d76ec5a4a47977c3dddf14083731088319a2;hpb=d04875beada19984184492b67c564f44c6fb37f1;p=emacs.d.git 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.