From fb3f9f899e7329d7f215e9cb20b837caf63a1d1d Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 19 Nov 2018 15:22:29 +0100 Subject: [PATCH] [Bugfix] Demand loading objed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It seems lazy loading of it doesn’t really work. --- configuration.org | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.org b/configuration.org index 04e64b6..9fac637 100644 --- a/configuration.org +++ b/configuration.org @@ -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)))