how to have global keybinding override major/minor ones?
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

gnu.emacs.help Profile…
 Up
how to have global keybinding override major/minor ones?         


Author: Xah
Date: Sep 17, 2008 16:04

is there a way to setup emacs so that keybindings defined in the
global keymap always override specific bindings in major or minor
modes?

I mean, so that i don't have to define hooks for every mode i might
use.

Xah
http://xahlee.org/

1 Comment
Re: how to have global keybinding override major/minor ones?         


Author: Lennart Borgman (gmail)
Date: Sep 17, 2008 16:53

Xah wrote:
> is there a way to setup emacs so that keybindings defined in the
> global keymap always override specific bindings in major or minor
> modes?
>
> I mean, so that i don't have to define hooks for every mode i might
> use.

See

(info "(elisp) Searching Keymaps")
no comments