mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(dired-mode-map): Add key binding `C-te' for
`tumme-dired-edit-comment-and-tags'.
This commit is contained in:
parent
975588c091
commit
bf33fe1644
2 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
|
||||
|
||||
* dired.el (dired-mode-map): Add key binding `C-te' for
|
||||
`tumme-dired-edit-comment-and-tags'.
|
||||
|
||||
* tumme.el (tumme-display-thumbnail-original-image): Make sure
|
||||
image display buffer is displayed before call to
|
||||
`tumme-display-image.
|
||||
|
|
|
|||
|
|
@ -1260,6 +1260,7 @@ Do so according to the former subdir alist OLD-SUBDIR-ALIST."
|
|||
(define-key map "\C-tc" 'tumme-dired-comment-files)
|
||||
(define-key map "\C-tf" 'tumme-mark-tagged-files)
|
||||
(define-key map "\C-t\C-t" 'tumme-dired-insert-marked-thumbs)
|
||||
(define-key map "\C-te" 'tumme-dired-edit-comment-and-tags)
|
||||
|
||||
;; Make menu bar items.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue