This commit is contained in:
Daniel Ziltener 2024-03-07 16:41:03 +01:00
parent 8004ad93f0
commit dfb6a1b21e
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -684,7 +684,7 @@ Point must be at the beginning of balanced expression (sexp)."
:preface :preface
(defun embark-eglot-rename (from to) (defun embark-eglot-rename (from to)
"Renames the symbol at point." "Renames the symbol at point."
(interactive "sRename: \nRename %s to: ") (interactive "sRename: \nsRename %s to: ")
(funcall-interactively #'eglot-rename to)) (funcall-interactively #'eglot-rename to))
:delight "" :delight ""
:after (embark cider) :after (embark cider)