Fix :prefix-map indentation in map! calls
This commit is contained in:
parent
87899124ab
commit
32f8fa9f46
1 changed files with 1 additions and 0 deletions
|
@ -230,6 +230,7 @@ For example, :nvi will map to (list 'normal 'visual 'insert). See
|
||||||
(put :keymap 'lisp-indent-function 'defun)
|
(put :keymap 'lisp-indent-function 'defun)
|
||||||
(put :mode 'lisp-indent-function 'defun)
|
(put :mode 'lisp-indent-function 'defun)
|
||||||
(put :prefix 'lisp-indent-function 'defun)
|
(put :prefix 'lisp-indent-function 'defun)
|
||||||
|
(put :prefix-map 'lisp-indent-function 'defun)
|
||||||
(put :unless 'lisp-indent-function 'defun)
|
(put :unless 'lisp-indent-function 'defun)
|
||||||
(put :when 'lisp-indent-function 'defun)
|
(put :when 'lisp-indent-function 'defun)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue