mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 19:59:38 +00:00
Merge pull request from tarsiiformes/silencio
GitHub-reference: https://github.com/jwiegley/use-package/issues/936
This commit is contained in:
commit
b143663f12
1 changed files with 2 additions and 1 deletions
|
@ -131,7 +131,8 @@
|
||||||
|
|
||||||
(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."
|
||||||
t "")
|
:global t
|
||||||
|
:lighter "")
|
||||||
|
|
||||||
;; the keymaps in `emulation-mode-map-alists' take precedence over
|
;; the keymaps in `emulation-mode-map-alists' take precedence over
|
||||||
;; `minor-mode-map-alist'
|
;; `minor-mode-map-alist'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue