]> git.eshelyaron.com Git - emacs.git/commitdiff
remove after-init-hook for override-global-mode
authorNoam Postavsky <npostavs@gmail.com>
Wed, 14 Aug 2013 05:12:47 +0000 (01:12 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 12 Oct 2013 18:25:49 +0000 (14:25 -0400)
The INIT-VALUE argument to define-minor-mode is t, so it's enabled by
default.

lisp/use-package/bind-key.el

index c4b3f19deb4707ae787b796ad9c0bf037d6d432c..2bae1bf0730e9178bfd26b86187cf5c6ef0027ee 100644 (file)
 (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)