From 32f8fa9f46de907d3a32f9534274c9de52f5cb85 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 17 May 2019 13:31:05 -0400 Subject: [PATCH] Fix :prefix-map indentation in map! calls --- core/core-keybinds.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-keybinds.el b/core/core-keybinds.el index 735bcdb53..4fd869613 100644 --- a/core/core-keybinds.el +++ b/core/core-keybinds.el @@ -230,6 +230,7 @@ For example, :nvi will map to (list 'normal 'visual 'insert). See (put :keymap 'lisp-indent-function 'defun) (put :mode 'lisp-indent-function 'defun) (put :prefix 'lisp-indent-function 'defun) +(put :prefix-map 'lisp-indent-function 'defun) (put :unless 'lisp-indent-function 'defun) (put :when 'lisp-indent-function 'defun)