From 4c3652bede75a8313fc9299c20a3d18584541ff6 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 1 Mar 2017 21:39:58 -0500 Subject: [PATCH] map!: declare indent properties for :leader and :localleader --- core/core-keybinds.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core-keybinds.el b/core/core-keybinds.el index ff1979ed1..2a7a672f2 100644 --- a/core/core-keybinds.el +++ b/core/core-keybinds.el @@ -58,6 +58,8 @@ (put ':when 'lisp-indent-function 'defun) (put ':unless 'lisp-indent-function 'defun) (put ':desc 'lisp-indent-function 'defun) +(put ':leader 'lisp-indent-function 'defun) +(put ':localleader 'lisp-indent-function 'defun) (defmacro map! (&rest rest) "A nightmare of a key-binding macro that will use `evil-define-key*',