Closed chaoky closed 4 years ago
Maybe I'm doing something wrong, but defvar seems to always use the default value of defcustom, which makes setq useless. having only defcustom makes the package work as expected to me.
Thanks for pointing this out - I fixed it in a separate commit that preserves the variable naming
Maybe I'm doing something wrong, but defvar seems to always use the default value of defcustom, which makes setq useless. having only defcustom makes the package work as expected to me.