map!: declare indent properties for :leader and :localleader
This commit is contained in:
parent
6d23b26def
commit
4c3652bede
1 changed files with 2 additions and 0 deletions
|
@ -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*',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue