[Bugfix] Demand loading objed
It seems lazy loading of it doesn’t really work.
This commit is contained in:
parent
43345648f8
commit
fb3f9f899e
@ -1728,6 +1728,7 @@ activate objed and enable its modal editing features.
|
|||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package objed
|
(use-package objed
|
||||||
|
:demand t
|
||||||
:bind
|
:bind
|
||||||
(:map global-map
|
(:map global-map
|
||||||
("M-SPC" . objed-activate)))
|
("M-SPC" . objed-activate)))
|
||||||
|
Loading…
Reference in New Issue
Block a user