mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-21 13:53:38 -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...
31 KiB
31 KiB