fix(org): unbalanced parenthesis
Causing odd org related errors at startup or 'doom doctor'.
Amend: fb1c8eb11d
This commit is contained in:
parent
210381bdcf
commit
eb7329d912
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue