mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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