From a2c40109dee0a1e431fc52e405d5412bd74acf78 Mon Sep 17 00:00:00 2001 From: Mathias Dahl Date: Mon, 6 Feb 2006 21:10:13 +0000 Subject: [PATCH] Added key binding C-t d, bound to `tumme-display-thumbs'. --- lisp/dired.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/dired.el b/lisp/dired.el index 76a9e706e89..f38a77edc6b 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -1247,6 +1247,8 @@ Do so according to the former subdir alist OLD-SUBDIR-ALIST." (define-key map "\177" 'dired-unmark-backward) (define-key map [remap undo] 'dired-undo) (define-key map [remap advertised-undo] 'dired-undo) + ;; thumbnail manipulation (tumme) + (define-key map "\C-td" 'tumme-display-thumbs) ;; Make menu bar items. -- 2.39.2