fix(org): unbalanced parenthesis

Causing odd org related errors at startup or 'doom doctor'.

Amend: fb1c8eb11d
This commit is contained in:
Henrik Lissner 2022-06-20 03:45:46 +02:00
parent 210381bdcf
commit eb7329d912
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -1309,7 +1309,7 @@ between the two."
(require 'org-protocol) (require 'org-protocol)
(apply #'org--protocol-detect-protocol-server fn files args))) (apply #'org--protocol-detect-protocol-server fn files args)))
(after! org-protocol (after! org-protocol
(advice-remove 'server-visit-files #'org--protocol-detect-protocol-server))) (advice-remove 'server-visit-files #'org--protocol-detect-protocol-server))
;; In case the user has eagerly loaded org from their configs ;; In case the user has eagerly loaded org from their configs
(when (and (featurep 'org) (when (and (featurep 'org)