mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-21 13:53:38 -05:00
While lists are technically cons cells, cons cells don't have all the properties of lists, so doom-enlist shouldn't treat it as one. Before: (doom-enlist '(a . b)) #=> (a . b) After: (doom-enlist '(a . b)) #=> ((a . b))
29 KiB
29 KiB