map!: declare indent properties for :leader and :localleader

This commit is contained in:
Henrik Lissner 2017-03-01 21:39:58 -05:00
parent 6d23b26def
commit 4c3652bede

View file

@ -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*',