mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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))
|
(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
|
||||||
|
Reference in New Issue
Block a user