danielfm / smudge

Control the Spotify app from within Emacs.
https://asciinema.org/a/218654
GNU General Public License v3.0
309 stars 47 forks source link

Fix for `smudge-api-oauth2-callback' not updating. #90

Open cole-brown opened 1 year ago

cole-brown commented 1 year ago

Bug: smudge-api-oauth2-callback' is a defconst, so if the defcustoms it uses to create its value are not up-to-date /before/ "smudge-api.el" is loaded,smudge-api-oauth2-callback' will be an incorrect value.

Fixes: