mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/org: hl dead links in warning + org-link faces
This commit is contained in:
@ -469,7 +469,7 @@ relative to `org-directory', unless it is an absolute path."
|
||||
(and IS-WINDOWS (string-prefix-p "\\\\" path))
|
||||
(file-exists-p path))
|
||||
'org-link
|
||||
'error)))
|
||||
'(warning org-link))))
|
||||
|
||||
;; Add custom link types
|
||||
(pushnew! org-link-abbrev-alist
|
||||
|
Reference in New Issue
Block a user