mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
doom-project-root can return nil if not in a project, causing a type error (#7093). This changes +default/browse-project to fall back to the current directory in that case. Fix: #7093