mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(org): unbalanced parenthesis
Causing odd org related errors at startup or 'doom doctor'.
Amend: fb1c8eb11d
This commit is contained in:
@ -1309,7 +1309,7 @@ between the two."
|
||||
(require 'org-protocol)
|
||||
(apply #'org--protocol-detect-protocol-server fn files args)))
|
||||
(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
|
||||
(when (and (featurep 'org)
|
||||
|
Reference in New Issue
Block a user