diff options
| -rw-r--r-- | emacs/functions.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/functions.el b/emacs/functions.el index 21df594..f09c0d1 100644 --- a/emacs/functions.el +++ b/emacs/functions.el @@ -86,7 +86,3 @@ enabled." "Interactively call ‘eglot-code-action-organize-imports’." (interactive) (call-interactively #'eglot-code-action-organize-imports)) - -(defmacro my/with-add-hook (hook &rest body) - (declare (indent 1) (debug t)) - `(add-hook ,hook #'(lambda () ,@body))) |
