spacemacs icon indicating copy to clipboard operation
spacemacs copied to clipboard

tracking issue for correctly setting custom-variables

Open lebensterben opened this issue 3 years ago • 1 comments

Currently many custom-variables (those defined via defcustom) are set via setq or setq-default. We should instead set them with custom-set-variables. The benefits are:

  • It's only set when its defcustom form is evaluated. So in case we made a typo in the variable name, the symbol won't be created.
  • It won't appear in customize-rogue

lebensterben avatar Jun 05 '21 22:06 lebensterben

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

github-actions[bot] avatar Jan 01 '24 06:01 github-actions[bot]

I think we should re-open this issue. It is worth doing.

bcc32 avatar Mar 31 '24 19:03 bcc32