dev: merge branch 'master' into pr7002
This commit is contained in:
commit
357be5efa7
1 changed files with 3 additions and 1 deletions
|
@ -614,7 +614,9 @@ relative to `org-directory', unless it is an absolute path."
|
|||
(format "https://github.com/%s"
|
||||
(string-remove-prefix
|
||||
"@" (+org-link-read-desc-at-point link)))))
|
||||
:face 'org-priority)
|
||||
:face (lambda (_)
|
||||
;; Avoid confusion with function `org-priority'
|
||||
'org-priority))
|
||||
(org-link-set-parameters
|
||||
"doom-changelog"
|
||||
:follow (lambda (link)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue