sly icon indicating copy to clipboard operation
sly copied to clipboard

Remove needless quote

Open syohex opened this issue 1 year ago • 0 comments

If this value is set via customize, then emacs generates the following code(double quoted symbol). This patch fixes it.

(custom-set-variables
 '(sly-command-switch-to-existing-lisp ''always))

syohex avatar Jul 12 '22 10:07 syohex