[Bugfix] Demand loading objed

It seems lazy loading of it doesn’t really work.
This commit is contained in:
Gergely Polonkai 2018-11-19 15:22:29 +01:00
parent 43345648f8
commit fb3f9f899e
1 changed files with 1 additions and 0 deletions

View File

@ -1728,6 +1728,7 @@ activate objed and enable its modal editing features.
#+BEGIN_SRC emacs-lisp
(use-package objed
:demand t
:bind
(:map global-map
("M-SPC" . objed-activate)))