mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(dired-mode-map): Remap undo' and
advertised-undo'
instead of rebinding C-x u and C-_.
This commit is contained in:
parent
0c2f6ddaa7
commit
5e5a341255
@ -1197,8 +1197,8 @@ Do so according to the former subdir alist OLD-SUBDIR-ALIST."
|
||||
;; misc
|
||||
(define-key map "?" 'dired-summary)
|
||||
(define-key map "\177" 'dired-unmark-backward)
|
||||
(define-key map "\C-_" 'dired-undo)
|
||||
(define-key map "\C-xu" 'dired-undo)
|
||||
(define-key map [remap undo] 'dired-undo)
|
||||
(define-key map [remap advertised-undo] 'dired-undo)
|
||||
|
||||
;; Make menu bar items.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user