mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 16:21:07 -08:00
remove after-init-hook for override-global-mode
The INIT-VALUE argument to define-minor-mode is t, so it's enabled by default.
This commit is contained in:
parent
29abf59bad
commit
9921a76e86
1 changed files with 0 additions and 5 deletions
|
|
@ -87,11 +87,6 @@
|
|||
(add-to-list 'emulation-mode-map-alists
|
||||
`((override-global-mode . ,override-global-map)))
|
||||
|
||||
(add-hook 'after-init-hook
|
||||
(function
|
||||
(lambda ()
|
||||
(override-global-mode 1))))
|
||||
|
||||
(defvar personal-keybindings nil)
|
||||
|
||||
(defmacro bind-key (key-name command &optional keymap)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue