joaotavora / sly

Sylvester the Cat's Common Lisp IDE
1.24k stars 140 forks source link

Remove needless quote #520

Open syohex opened 1 year ago

syohex commented 1 year ago

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))