From d9d0aed3d7b81057e04f469d62974f498b9b9335 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 14 Mar 2013 01:23:30 +0000 Subject: [PATCH] dot/emacs: Turn on `dired-x' when something starts `dired'. It turns out that this is where the `dired-omit-mode' stuff, which I found once, thought was ace, and then missed in many different Emacsen, actually comes from. Win. --- dot/emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/emacs b/dot/emacs index 68c0068..8b48113 100644 --- a/dot/emacs +++ b/dot/emacs @@ -482,6 +482,7 @@ (or (lookup-key dired-mode-map [?\C-x ?\C-q]) (define-key dired-mode-map [?\C-x ?\C-q] 'wdired-change-to-wdired-mode)) + (trap (require 'dired-x)) (and (fboundp 'dired-do-relsymlink) (define-key dired-mode-map [?\C-c ?\C-s] 'dired-do-relsymlink)))) -- 2.11.0