mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
First, removal of the old org-protocol advice needed to be updated, because org-protocol-detect-protocol-server was renamed to org--protocol-detect-protocol-server upstream. Second, I only noticed now that our lazy loader for org-protocol wasn't active until Org was loaded, which was far too late, and meant org-protocol wasn't working out of the box. This fixes that.