fix(emacs): convert lookup identifier to string

This commit is contained in:
2025-10-12 00:54:30 -06:00
parent 5b494f6f84
commit d9dba04ed5

View File

@@ -68,7 +68,7 @@
"Return a buffer visiting documentation for IDENTIFIER.")
(defun syd-handle-docs* (identifier)
(interactive (list (symbol-at-point)))
(interactive (list (symbol-name (symbol-at-point))))
(if-let* ((b (save-excursion
(save-window-excursion
(syd-handle-docs identifier)))))