From: Mathias Dahl Date: Mon, 6 Feb 2006 21:10:13 +0000 (+0000) Subject: Added key binding C-t d, bound to `tumme-display-thumbs'. X-Git-Tag: emacs-pretest-22.0.90~4338 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2c40109dee0a1e431fc52e405d5412bd74acf78;p=emacs.git Added key binding C-t d, bound to `tumme-display-thumbs'. --- 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.