mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 11:49:37 +00:00
Go back to making override-global-mode
non-global
Copyright-paperwork-exempt: yes
This commit is contained in:
parent
85c1287c26
commit
a05b9e28ed
1 changed files with 0 additions and 1 deletions
|
@ -132,7 +132,6 @@
|
||||||
(define-minor-mode override-global-mode
|
(define-minor-mode override-global-mode
|
||||||
"A minor mode so that keymap settings override other modes."
|
"A minor mode so that keymap settings override other modes."
|
||||||
:init-value t
|
:init-value t
|
||||||
:global t
|
|
||||||
:lighter "")
|
:lighter "")
|
||||||
|
|
||||||
;; the keymaps in `emulation-mode-map-alists' take precedence over
|
;; the keymaps in `emulation-mode-map-alists' take precedence over
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue