* dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
to avoid shadowning global key. Fixes: debbugs:16354
This commit is contained in:
parent
b82ace2f23
commit
53f6b148fc
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-01-06 Leo Liu <sdl.web@gmail.com>
|
||||
|
||||
* dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
|
||||
to avoid shadowning global key. (Bug#16354)
|
||||
|
||||
2014-01-06 Daniel Colascione <dancol@dancol.org>
|
||||
|
||||
* textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
|
||||
|
|
|
@ -241,7 +241,7 @@ to nil: a pipe using `zcat' or `gunzip -c' will be used."
|
|||
|
||||
;;; KEY BINDINGS.
|
||||
|
||||
(define-key dired-mode-map "\M-o" 'dired-omit-mode)
|
||||
(define-key dired-mode-map "\C-c\M-o" 'dired-omit-mode)
|
||||
(define-key dired-mode-map "*O" 'dired-mark-omitted)
|
||||
(define-key dired-mode-map "\M-(" 'dired-mark-sexp)
|
||||
(define-key dired-mode-map "*(" 'dired-mark-sexp)
|
||||
|
|
Loading…
Add table
Reference in a new issue