mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Consecutive expand-file-name and recursive apply's can be expensive, so the function has been simplified to rely more on file-name-concat. This does change one trait about it, however: absolute paths in SEGMENTS no long reroot the whole path, and are concatenated as ordinary file segments. The performance benefit is more pronounced on Emacs 28+, and will be even more so when Doom later starts byte-compiling its libraries.