parent
5d5d94d49c
commit
304424d844
1 changed files with 2 additions and 0 deletions
|
@ -411,6 +411,8 @@ relative to `org-directory', unless it is an absolute path."
|
||||||
"file"
|
"file"
|
||||||
:face (lambda (path)
|
:face (lambda (path)
|
||||||
(if (or (file-remote-p path)
|
(if (or (file-remote-p path)
|
||||||
|
;; filter out network shares on windows (slow)
|
||||||
|
(and IS-WINDOWS (string-prefix-p "//" path))
|
||||||
(file-exists-p path))
|
(file-exists-p path))
|
||||||
'org-link
|
'org-link
|
||||||
'error)))
|
'error)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue