Skip to content

Commit f0feadb

Browse files
authored
Merge pull request #8264 from apple/no-remote-dirs-in-load-path
2 parents 7259926 + f46a5f9 commit f0feadb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.dir-locals.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
(eval let*
66
((x (dir-locals-find-file default-directory))
77
(this-directory (if (listp x) (car x) (file-name-directory x))))
8-
(unless (featurep 'swift-project-settings)
8+
(unless (or (featurep 'swift-project-settings)
9+
(tramp-tramp-file-p this-directory))
910
(add-to-list 'load-path
1011
(concat this-directory "utils")
1112
:append)

0 commit comments

Comments
 (0)