dev: merge branch 'master' into pr7002

This commit is contained in:
Matt Nish-Lapidus 2023-12-08 08:58:57 -05:00
commit 357be5efa7

View file

@ -614,7 +614,9 @@ relative to `org-directory', unless it is an absolute path."
(format "https://github.com/%s" (format "https://github.com/%s"
(string-remove-prefix (string-remove-prefix
"@" (+org-link-read-desc-at-point link))))) "@" (+org-link-read-desc-at-point link)))))
:face 'org-priority) :face (lambda (_)
;; Avoid confusion with function `org-priority'
'org-priority))
(org-link-set-parameters (org-link-set-parameters
"doom-changelog" "doom-changelog"
:follow (lambda (link) :follow (lambda (link)