fix(emacs): convert lookup identifier to string
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
"Return a buffer visiting documentation for IDENTIFIER.")
|
"Return a buffer visiting documentation for IDENTIFIER.")
|
||||||
|
|
||||||
(defun syd-handle-docs* (identifier)
|
(defun syd-handle-docs* (identifier)
|
||||||
(interactive (list (symbol-at-point)))
|
(interactive (list (symbol-name (symbol-at-point))))
|
||||||
(if-let* ((b (save-excursion
|
(if-let* ((b (save-excursion
|
||||||
(save-window-excursion
|
(save-window-excursion
|
||||||
(syd-handle-docs identifier)))))
|
(syd-handle-docs identifier)))))
|
||||||
|
|||||||
Reference in New Issue
Block a user