evil-multiedit: simplify keybinding setup

This commit is contained in:
Henrik Lissner 2016-06-04 23:27:53 -04:00
parent 805e1fa8ff
commit a7d97a2f42
4 changed files with 14 additions and 22 deletions

View file

@ -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)))