mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-20 16:11:07 -05:00
evil-multiedit: simplify keybinding setup
This commit is contained in:
@@ -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)))
|
||||
|
||||
|
Reference in New Issue
Block a user