How can I convert a symbol type into a string in Emacs lisp?
I wasn't able to find a symbol-to-string
function or anything similar.
Try using symbol-name
:
(symbol-name 'some-symbol)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With