.
This commit is contained in:
parent
8004ad93f0
commit
dfb6a1b21e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue