[Org] Use different face for broken links

This commit is contained in:
Daniel - 2017-10-28 14:29:07 +02:00
parent dc22c1c959
commit 8ce78e4c47
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 4 additions and 0 deletions

View File

@ -87,6 +87,10 @@
(?B . (:foreground "firebrick"))
(?C . (:foreground "tomato"))))
(org-link-set-parameters
"file"
:face (lambda (path) (if (file-exists-p path) 'org-link 'org-warning)))
;;; Clocking