We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7259926 + f46a5f9 commit f0feadbCopy full SHA for f0feadb
.dir-locals.el
@@ -5,7 +5,8 @@
5
(eval let*
6
((x (dir-locals-find-file default-directory))
7
(this-directory (if (listp x) (car x) (file-name-directory x))))
8
- (unless (featurep 'swift-project-settings)
+ (unless (or (featurep 'swift-project-settings)
9
+ (tramp-tramp-file-p this-directory))
10
(add-to-list 'load-path
11
(concat this-directory "utils")
12
:append)
0 commit comments