mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
Emacs 29+ introduced the setopt macro for setting defcustom variables in a way that takes setters and type-constraints into account, but it eagerly pulls in a symbol's dependencies before doing so. To side-step this silliness, use Doom's setq! macro instead. I'm tempted to alias setopt to it...