evil-multiedit: simplify keybinding setup
This commit is contained in:
parent
805e1fa8ff
commit
a7d97a2f42
4 changed files with 14 additions and 22 deletions
|
@ -58,11 +58,6 @@ during compilation."
|
|||
'with-no-warnings)
|
||||
(with-eval-after-load ',feature ,@forms)))
|
||||
|
||||
(defmacro in! (dir &rest forms)
|
||||
(declare (indent defun))
|
||||
`(let ((default-directory ,dir))
|
||||
,@forms))
|
||||
|
||||
(defmacro noop! (name &optional args)
|
||||
`(defun ,name ,args (interactive) (error "%s not implemented!" name)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue