Group: gnu.emacs.help · Group Profile · Search for how to have global keybinding override major minor in gnu.emacs.help
Author: Benjamin Andresen
Date: Apr 2, 2008 08:04
... keybindings to be global but I don't want _any_ major ... tried: (add-hook 'after-change-major-mode-hook '(lambda () (define-key ...#emacs suggested are creating a minor mode as some sort of overlay and/or somehow use overriding-local-map. I haven't investigated the minor mode one, but the overriding-local-map ...want to continue using my global bindings seems wasteful... Thanks in...
|