From 6d4c9c83c3fd1bcaba4c6fb6b9d64ddf34a1d498 Mon Sep 17 00:00:00 2001 From: "V. Subramani Raju" Date: Fri, 23 Jun 2017 09:27:03 +0530 Subject: [PATCH] fix :text-obj map macro --- core/core-keybinds.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-keybinds.el b/core/core-keybinds.el index 7ac1ddf95..d566e482b 100644 --- a/core/core-keybinds.el +++ b/core/core-keybinds.el @@ -175,8 +175,8 @@ Example (let* ((key (pop rest)) (inner (pop rest)) (outer (pop rest))) - (push (macroexpand `(map! (:map evil-outer-text-objects-map ,key ,inner) - (:map evil-inner-text-objects-map ,key ,outer))) + (push (macroexpand `(map! (:map evil-inner-text-objects-map ,key ,inner) + (:map evil-outer-text-objects-map ,key ,outer))) forms))) (:prefix (let ((def (pop rest)))