mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-25 14:13:37 -05:00
(defvaralias A B) throws an error if A is already defined. This breaks Doom in the event that Doom's config is loaded late (e.g. with 'doom run'), or these variables are set elsewhere (e.g. the sandbox). I didn't want to have to do all these checks at startup, but it seems unavoidable. Since Doom will only support near-enough the latest commit of Emacs 28 HEAD, I will remove these fixes at the end of May, give or take a week.