Mercurial > emacs
changeset 68659:acb7a1c16a3d
Added key binding C-t d, bound to `tumme-display-thumbs'.
author | Mathias Dahl <mathias.dahl@gmail.com> |
---|---|
date | Mon, 06 Feb 2006 21:10:13 +0000 |
parents | 80719021c770 |
children | a747e863fd26 |
files | lisp/dired.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired.el Mon Feb 06 21:08:34 2006 +0000 +++ b/lisp/dired.el Mon Feb 06 21:10:13 2006 +0000 @@ -1247,6 +1247,8 @@ (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.