]> git.eshelyaron.com Git - emacs.git/commitdiff
Added key binding C-t d, bound to `tumme-display-thumbs'.
authorMathias Dahl <mathias.dahl@gmail.com>
Mon, 6 Feb 2006 21:10:13 +0000 (21:10 +0000)
committerMathias Dahl <mathias.dahl@gmail.com>
Mon, 6 Feb 2006 21:10:13 +0000 (21:10 +0000)
lisp/dired.el

index 76a9e706e8901c959ed175e975c7f06135c24f9b..f38a77edc6b20345bf3812701954e6484d8aebb2 100644 (file)
@@ -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.