Add ex! -> evil-ex-define-cmd macro
This commit is contained in:
parent
1b4b59d4a7
commit
897365ad5d
1 changed files with 2 additions and 0 deletions
|
@ -158,6 +158,8 @@ Examples:
|
||||||
|
|
||||||
|
|
||||||
(after! evil
|
(after! evil
|
||||||
|
(defalias 'ex! 'evil-ex-define-cmd)
|
||||||
|
|
||||||
;; Register keywords for proper indentation (see `map!')
|
;; Register keywords for proper indentation (see `map!')
|
||||||
(put ':prefix 'lisp-indent-function 'defun)
|
(put ':prefix 'lisp-indent-function 'defun)
|
||||||
(put ':map 'lisp-indent-function 'defun)
|
(put ':map 'lisp-indent-function 'defun)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue