all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Remove local key binding in Dired
@ 2009-07-02  6:54 Torben Knudsen
  2009-07-02  7:06 ` Teemu Likonen
  2009-07-02 13:34 ` Xah Lee
  0 siblings, 2 replies; 7+ messages in thread
From: Torben Knudsen @ 2009-07-02  6:54 UTC (permalink / raw)
  To: help-gnu-emacs

I have the following which I find conveinent

;;; Window spliting
(global-set-key (kbd "M-3") 'split-window-horizontally) ; was digit-argument
(global-set-key (kbd "M-2") 'split-window-vertically) ; was digit-argument
(global-set-key (kbd "M-1") 'delete-other-windows) ; was digit-argument
(global-set-key (kbd "M-0") 'delete-window) ; was digit-argument
(global-set-key (kbd "M-o") 'other-window) ; was prefix

However, in dired

M-o runs the command dired-omit-mode

I can remove this "manually" by 

local-unset-key M-o

in a dired buffer

but how can I do this in my .emacs?

-- 
Associate Prof. Ph.D Torben Knudsen	Mobile	: (+45) 2787 9826
Section of Automation and Control,	Direct	: 6 8694
Department of Electronic Systems,	Email	: tk@es.aau.dk   
Aalborg University 
Fredrik Bajersvej 7 
DK-9220 Aalborg Ø
Denmark 


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-07-03  6:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-02  6:54 Remove local key binding in Dired Torben Knudsen
2009-07-02  7:06 ` Teemu Likonen
2009-07-03  6:33   ` Torben Knudsen
2009-07-02 13:34 ` Xah Lee
2009-07-02 15:41   ` Marc Tfardy
2009-07-02 22:00     ` Xah Lee
2009-07-03  6:36   ` Torben Knudsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.