lang/org: hl dead links in warning + org-link faces
This commit is contained in:
parent
1a5f4afd0d
commit
4dceae1826
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ relative to `org-directory', unless it is an absolute path."
|
||||||
(and IS-WINDOWS (string-prefix-p "\\\\" path))
|
(and IS-WINDOWS (string-prefix-p "\\\\" path))
|
||||||
(file-exists-p path))
|
(file-exists-p path))
|
||||||
'org-link
|
'org-link
|
||||||
'error)))
|
'(warning org-link))))
|
||||||
|
|
||||||
;; Add custom link types
|
;; Add custom link types
|
||||||
(pushnew! org-link-abbrev-alist
|
(pushnew! org-link-abbrev-alist
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue